@awboost/cfntypes 0.100.344 → 0.100.346
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54753,6 +54753,487 @@ export type DetectiveOrganizationAdminAttributes = {
|
|
|
54753
54753
|
*/
|
|
54754
54754
|
GraphArn: string;
|
|
54755
54755
|
};
|
|
54756
|
+
/**
|
|
54757
|
+
* Resource Type definition for AWS::DevOpsAgent::AgentSpace
|
|
54758
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-agentspace.html}
|
|
54759
|
+
*/
|
|
54760
|
+
export type DevOpsAgentAgentSpaceProps = {
|
|
54761
|
+
/**
|
|
54762
|
+
* The description of the AgentSpace.
|
|
54763
|
+
* @minLength `1`
|
|
54764
|
+
* @maxLength `1000`
|
|
54765
|
+
*/
|
|
54766
|
+
Description?: string;
|
|
54767
|
+
/**
|
|
54768
|
+
* The name of the AgentSpace.
|
|
54769
|
+
* @minLength `1`
|
|
54770
|
+
* @maxLength `255`
|
|
54771
|
+
*/
|
|
54772
|
+
Name: string;
|
|
54773
|
+
};
|
|
54774
|
+
/**
|
|
54775
|
+
* Attribute type definition for `AWS::DevOpsAgent::AgentSpace`.
|
|
54776
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-agentspace.html#aws-resource-devopsagent-agentspace-return-values}
|
|
54777
|
+
*/
|
|
54778
|
+
export type DevOpsAgentAgentSpaceAttributes = {
|
|
54779
|
+
/**
|
|
54780
|
+
* The unique identifier of the AgentSpace
|
|
54781
|
+
* @minLength `1`
|
|
54782
|
+
* @maxLength `255`
|
|
54783
|
+
*/
|
|
54784
|
+
AgentSpaceId: string;
|
|
54785
|
+
/**
|
|
54786
|
+
* The Amazon Resource Name (ARN) of the AgentSpace.
|
|
54787
|
+
*/
|
|
54788
|
+
Arn: string;
|
|
54789
|
+
/**
|
|
54790
|
+
* The timestamp when the resource was created.
|
|
54791
|
+
*/
|
|
54792
|
+
CreatedAt: string;
|
|
54793
|
+
/**
|
|
54794
|
+
* The timestamp when the resource was last updated.
|
|
54795
|
+
*/
|
|
54796
|
+
UpdatedAt: string;
|
|
54797
|
+
};
|
|
54798
|
+
/**
|
|
54799
|
+
* Resource Type definition for AWS::DevOpsAgent::Association defining how the AgentSpace interacts with external services like GitHub, Slack, AWS accounts, and others.
|
|
54800
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-association.html}
|
|
54801
|
+
*/
|
|
54802
|
+
export type DevOpsAgentAssociationProps = {
|
|
54803
|
+
/**
|
|
54804
|
+
* The unique identifier of the AgentSpace
|
|
54805
|
+
* @minLength `1`
|
|
54806
|
+
* @maxLength `255`
|
|
54807
|
+
*/
|
|
54808
|
+
AgentSpaceId: string;
|
|
54809
|
+
/**
|
|
54810
|
+
* The configuration that directs how AgentSpace interacts with the given service
|
|
54811
|
+
*/
|
|
54812
|
+
Configuration: DevOpsAgentAssociationServiceConfiguration;
|
|
54813
|
+
/**
|
|
54814
|
+
* The identifier for the associated service
|
|
54815
|
+
* @minLength `1`
|
|
54816
|
+
* @maxLength `255`
|
|
54817
|
+
*/
|
|
54818
|
+
ServiceId: string;
|
|
54819
|
+
};
|
|
54820
|
+
/**
|
|
54821
|
+
* Attribute type definition for `AWS::DevOpsAgent::Association`.
|
|
54822
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsagent-association.html#aws-resource-devopsagent-association-return-values}
|
|
54823
|
+
*/
|
|
54824
|
+
export type DevOpsAgentAssociationAttributes = {
|
|
54825
|
+
/**
|
|
54826
|
+
* The unique identifier of the association
|
|
54827
|
+
* @minLength `1`
|
|
54828
|
+
* @maxLength `255`
|
|
54829
|
+
*/
|
|
54830
|
+
AssociationId: string;
|
|
54831
|
+
/**
|
|
54832
|
+
* The timestamp when the association was created
|
|
54833
|
+
*/
|
|
54834
|
+
CreatedAt: string;
|
|
54835
|
+
/**
|
|
54836
|
+
* The timestamp when the association was last updated
|
|
54837
|
+
*/
|
|
54838
|
+
UpdatedAt: string;
|
|
54839
|
+
};
|
|
54840
|
+
/**
|
|
54841
|
+
* Type definition for `AWS::DevOpsAgent::Association.AWSConfiguration`.
|
|
54842
|
+
* AWS association for 'monitor' account
|
|
54843
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-awsconfiguration.html}
|
|
54844
|
+
*/
|
|
54845
|
+
export type DevOpsAgentAssociationAWSConfiguration = {
|
|
54846
|
+
/**
|
|
54847
|
+
* AWS Account Id corresponding to provided resources
|
|
54848
|
+
* @pattern `\d{12}`
|
|
54849
|
+
*/
|
|
54850
|
+
AccountId: string;
|
|
54851
|
+
/**
|
|
54852
|
+
* Account Type 'monitor' for DevOpsAgent monitoring
|
|
54853
|
+
*/
|
|
54854
|
+
AccountType: "monitor";
|
|
54855
|
+
/**
|
|
54856
|
+
* Role ARN to be assumed by DevOpsAgent to operate on behalf of customer
|
|
54857
|
+
*/
|
|
54858
|
+
AssumableRoleArn: string;
|
|
54859
|
+
/**
|
|
54860
|
+
* List of AWS resources
|
|
54861
|
+
*/
|
|
54862
|
+
Resources?: DevOpsAgentAssociationAWSResource[];
|
|
54863
|
+
/**
|
|
54864
|
+
* List of AWS tags as key-value pairs
|
|
54865
|
+
*/
|
|
54866
|
+
Tags?: DevOpsAgentAssociationKeyValuePair[];
|
|
54867
|
+
};
|
|
54868
|
+
/**
|
|
54869
|
+
* Type definition for `AWS::DevOpsAgent::Association.AWSResource`.
|
|
54870
|
+
* AWS resource definition
|
|
54871
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-awsresource.html}
|
|
54872
|
+
*/
|
|
54873
|
+
export type DevOpsAgentAssociationAWSResource = {
|
|
54874
|
+
/**
|
|
54875
|
+
* The Amazon Resource Name (ARN) of the resource
|
|
54876
|
+
*/
|
|
54877
|
+
ResourceArn: string;
|
|
54878
|
+
/**
|
|
54879
|
+
* Additional metadata for the resource
|
|
54880
|
+
*/
|
|
54881
|
+
ResourceMetadata?: Record<string, any>;
|
|
54882
|
+
/**
|
|
54883
|
+
* Resource type
|
|
54884
|
+
*/
|
|
54885
|
+
ResourceType?: "AWS::CloudFormation::Stack" | "AWS::ECR::Repository" | "AWS::S3::Bucket" | "AWS::S3::Object";
|
|
54886
|
+
};
|
|
54887
|
+
/**
|
|
54888
|
+
* Type definition for `AWS::DevOpsAgent::Association.DynatraceConfiguration`.
|
|
54889
|
+
* Dynatrace monitoring configuration
|
|
54890
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-dynatraceconfiguration.html}
|
|
54891
|
+
*/
|
|
54892
|
+
export type DevOpsAgentAssociationDynatraceConfiguration = {
|
|
54893
|
+
/**
|
|
54894
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
54895
|
+
*/
|
|
54896
|
+
EnableWebhookUpdates?: boolean;
|
|
54897
|
+
/**
|
|
54898
|
+
* Dynatrace environment id
|
|
54899
|
+
*/
|
|
54900
|
+
EnvId: string;
|
|
54901
|
+
/**
|
|
54902
|
+
* List of Dynatrace resources to monitor
|
|
54903
|
+
*/
|
|
54904
|
+
Resources?: string[];
|
|
54905
|
+
};
|
|
54906
|
+
/**
|
|
54907
|
+
* Type definition for `AWS::DevOpsAgent::Association.EventChannelConfiguration`.
|
|
54908
|
+
* EventChannelconfiguration
|
|
54909
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-eventchannelconfiguration.html}
|
|
54910
|
+
*/
|
|
54911
|
+
export type DevOpsAgentAssociationEventChannelConfiguration = {
|
|
54912
|
+
/**
|
|
54913
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
54914
|
+
*/
|
|
54915
|
+
EnableWebhookUpdates?: boolean;
|
|
54916
|
+
};
|
|
54917
|
+
/**
|
|
54918
|
+
* Type definition for `AWS::DevOpsAgent::Association.GitHubConfiguration`.
|
|
54919
|
+
* GitHub repository integration configuration
|
|
54920
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-githubconfiguration.html}
|
|
54921
|
+
*/
|
|
54922
|
+
export type DevOpsAgentAssociationGitHubConfiguration = {
|
|
54923
|
+
/**
|
|
54924
|
+
* Repository owner
|
|
54925
|
+
*/
|
|
54926
|
+
Owner: string;
|
|
54927
|
+
/**
|
|
54928
|
+
* Type of repository owner
|
|
54929
|
+
*/
|
|
54930
|
+
OwnerType: "organization" | "user";
|
|
54931
|
+
/**
|
|
54932
|
+
* Associated Github repo ID
|
|
54933
|
+
*/
|
|
54934
|
+
RepoId: string;
|
|
54935
|
+
/**
|
|
54936
|
+
* Associated Github repo name
|
|
54937
|
+
*/
|
|
54938
|
+
RepoName: string;
|
|
54939
|
+
};
|
|
54940
|
+
/**
|
|
54941
|
+
* Type definition for `AWS::DevOpsAgent::Association.GitLabConfiguration`.
|
|
54942
|
+
* GitLab project integration configuration
|
|
54943
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-gitlabconfiguration.html}
|
|
54944
|
+
*/
|
|
54945
|
+
export type DevOpsAgentAssociationGitLabConfiguration = {
|
|
54946
|
+
/**
|
|
54947
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
54948
|
+
*/
|
|
54949
|
+
EnableWebhookUpdates?: boolean;
|
|
54950
|
+
/**
|
|
54951
|
+
* GitLab instance identifier
|
|
54952
|
+
*/
|
|
54953
|
+
InstanceIdentifier?: string;
|
|
54954
|
+
/**
|
|
54955
|
+
* GitLab numeric project ID
|
|
54956
|
+
*/
|
|
54957
|
+
ProjectId: string;
|
|
54958
|
+
/**
|
|
54959
|
+
* Full GitLab project path (e.g., namespace/project-name)
|
|
54960
|
+
*/
|
|
54961
|
+
ProjectPath: string;
|
|
54962
|
+
};
|
|
54963
|
+
/**
|
|
54964
|
+
* Type definition for `AWS::DevOpsAgent::Association.KeyValuePair`.
|
|
54965
|
+
* A key-value pair for tags
|
|
54966
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-keyvaluepair.html}
|
|
54967
|
+
*/
|
|
54968
|
+
export type DevOpsAgentAssociationKeyValuePair = {
|
|
54969
|
+
/**
|
|
54970
|
+
* @minLength `1`
|
|
54971
|
+
* @maxLength `512`
|
|
54972
|
+
* @pattern `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`
|
|
54973
|
+
*/
|
|
54974
|
+
Key: string;
|
|
54975
|
+
/**
|
|
54976
|
+
* @minLength `1`
|
|
54977
|
+
* @maxLength `512`
|
|
54978
|
+
* @pattern `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`
|
|
54979
|
+
*/
|
|
54980
|
+
Value: string;
|
|
54981
|
+
};
|
|
54982
|
+
/**
|
|
54983
|
+
* Type definition for `AWS::DevOpsAgent::Association.MCPServerConfiguration`.
|
|
54984
|
+
* MCP server configuration
|
|
54985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserverconfiguration.html}
|
|
54986
|
+
*/
|
|
54987
|
+
export type DevOpsAgentAssociationMCPServerConfiguration = {
|
|
54988
|
+
/**
|
|
54989
|
+
* The description of the MCP server
|
|
54990
|
+
*/
|
|
54991
|
+
Description?: string;
|
|
54992
|
+
/**
|
|
54993
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
54994
|
+
*/
|
|
54995
|
+
EnableWebhookUpdates?: boolean;
|
|
54996
|
+
/**
|
|
54997
|
+
* MCP server endpoint URL
|
|
54998
|
+
* @pattern `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`
|
|
54999
|
+
*/
|
|
55000
|
+
Endpoint: string;
|
|
55001
|
+
/**
|
|
55002
|
+
* The name of the MCP server
|
|
55003
|
+
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
55004
|
+
*/
|
|
55005
|
+
Name: string;
|
|
55006
|
+
/**
|
|
55007
|
+
* List of MCP tools that can be used with the association
|
|
55008
|
+
*/
|
|
55009
|
+
Tools: string[];
|
|
55010
|
+
};
|
|
55011
|
+
/**
|
|
55012
|
+
* Type definition for `AWS::DevOpsAgent::Association.MCPServerDatadogConfiguration`.
|
|
55013
|
+
* Datadog MCP server configuration
|
|
55014
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserverdatadogconfiguration.html}
|
|
55015
|
+
*/
|
|
55016
|
+
export type DevOpsAgentAssociationMCPServerDatadogConfiguration = {
|
|
55017
|
+
/**
|
|
55018
|
+
* The description of the MCP server
|
|
55019
|
+
*/
|
|
55020
|
+
Description?: string;
|
|
55021
|
+
/**
|
|
55022
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
55023
|
+
*/
|
|
55024
|
+
EnableWebhookUpdates?: boolean;
|
|
55025
|
+
/**
|
|
55026
|
+
* MCP server endpoint URL
|
|
55027
|
+
* @pattern `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`
|
|
55028
|
+
*/
|
|
55029
|
+
Endpoint: string;
|
|
55030
|
+
/**
|
|
55031
|
+
* The name of the MCP server
|
|
55032
|
+
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
55033
|
+
*/
|
|
55034
|
+
Name: string;
|
|
55035
|
+
};
|
|
55036
|
+
/**
|
|
55037
|
+
* Type definition for `AWS::DevOpsAgent::Association.MCPServerNewRelicConfiguration`.
|
|
55038
|
+
* NewRelic MCP server configuration
|
|
55039
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpservernewrelicconfiguration.html}
|
|
55040
|
+
*/
|
|
55041
|
+
export type DevOpsAgentAssociationMCPServerNewRelicConfiguration = {
|
|
55042
|
+
/**
|
|
55043
|
+
* New Relic Account ID
|
|
55044
|
+
* @minLength `6`
|
|
55045
|
+
* @pattern `^[0-9]+$`
|
|
55046
|
+
*/
|
|
55047
|
+
AccountId: string;
|
|
55048
|
+
/**
|
|
55049
|
+
* MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/)
|
|
55050
|
+
* @pattern `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`
|
|
55051
|
+
*/
|
|
55052
|
+
Endpoint: string;
|
|
55053
|
+
};
|
|
55054
|
+
/**
|
|
55055
|
+
* Type definition for `AWS::DevOpsAgent::Association.MCPServerSplunkConfiguration`.
|
|
55056
|
+
* Splunk MCP server configuration
|
|
55057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-mcpserversplunkconfiguration.html}
|
|
55058
|
+
*/
|
|
55059
|
+
export type DevOpsAgentAssociationMCPServerSplunkConfiguration = {
|
|
55060
|
+
/**
|
|
55061
|
+
* The description of the MCP server
|
|
55062
|
+
*/
|
|
55063
|
+
Description?: string;
|
|
55064
|
+
/**
|
|
55065
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
55066
|
+
*/
|
|
55067
|
+
EnableWebhookUpdates?: boolean;
|
|
55068
|
+
/**
|
|
55069
|
+
* MCP server endpoint URL
|
|
55070
|
+
* @pattern `^https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?$`
|
|
55071
|
+
*/
|
|
55072
|
+
Endpoint: string;
|
|
55073
|
+
/**
|
|
55074
|
+
* The name of the MCP server
|
|
55075
|
+
* @pattern `^[a-zA-Z0-9_-]+$`
|
|
55076
|
+
*/
|
|
55077
|
+
Name: string;
|
|
55078
|
+
};
|
|
55079
|
+
/**
|
|
55080
|
+
* Type definition for `AWS::DevOpsAgent::Association.ServiceConfiguration`.
|
|
55081
|
+
* The configuration that directs how AgentSpace interacts with the given service
|
|
55082
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-serviceconfiguration.html}
|
|
55083
|
+
*/
|
|
55084
|
+
export type DevOpsAgentAssociationServiceConfiguration = {
|
|
55085
|
+
/**
|
|
55086
|
+
* AWS association for 'source' account
|
|
55087
|
+
*/
|
|
55088
|
+
SourceAws: DevOpsAgentAssociationSourceAwsConfiguration;
|
|
55089
|
+
} | {
|
|
55090
|
+
/**
|
|
55091
|
+
* AWS association for 'monitor' account
|
|
55092
|
+
*/
|
|
55093
|
+
Aws: DevOpsAgentAssociationAWSConfiguration;
|
|
55094
|
+
} | {
|
|
55095
|
+
/**
|
|
55096
|
+
* GitHub repository integration configuration
|
|
55097
|
+
*/
|
|
55098
|
+
GitHub: DevOpsAgentAssociationGitHubConfiguration;
|
|
55099
|
+
} | {
|
|
55100
|
+
/**
|
|
55101
|
+
* Slack workspace integration configuration
|
|
55102
|
+
*/
|
|
55103
|
+
Slack: DevOpsAgentAssociationSlackConfiguration;
|
|
55104
|
+
} | {
|
|
55105
|
+
/**
|
|
55106
|
+
* Dynatrace monitoring configuration
|
|
55107
|
+
*/
|
|
55108
|
+
Dynatrace: DevOpsAgentAssociationDynatraceConfiguration;
|
|
55109
|
+
} | {
|
|
55110
|
+
/**
|
|
55111
|
+
* ServiceNow integration configuration
|
|
55112
|
+
*/
|
|
55113
|
+
ServiceNow: DevOpsAgentAssociationServiceNowConfiguration;
|
|
55114
|
+
} | {
|
|
55115
|
+
/**
|
|
55116
|
+
* MCP server configuration
|
|
55117
|
+
*/
|
|
55118
|
+
MCPServer: DevOpsAgentAssociationMCPServerConfiguration;
|
|
55119
|
+
} | {
|
|
55120
|
+
/**
|
|
55121
|
+
* GitLab project integration configuration
|
|
55122
|
+
*/
|
|
55123
|
+
GitLab: DevOpsAgentAssociationGitLabConfiguration;
|
|
55124
|
+
} | {
|
|
55125
|
+
/**
|
|
55126
|
+
* Datadog MCP server configuration
|
|
55127
|
+
*/
|
|
55128
|
+
MCPServerDatadog: DevOpsAgentAssociationMCPServerDatadogConfiguration;
|
|
55129
|
+
} | {
|
|
55130
|
+
/**
|
|
55131
|
+
* Splunk MCP server configuration
|
|
55132
|
+
*/
|
|
55133
|
+
MCPServerSplunk: DevOpsAgentAssociationMCPServerSplunkConfiguration;
|
|
55134
|
+
} | {
|
|
55135
|
+
/**
|
|
55136
|
+
* NewRelic MCP server configuration
|
|
55137
|
+
*/
|
|
55138
|
+
MCPServerNewRelic: DevOpsAgentAssociationMCPServerNewRelicConfiguration;
|
|
55139
|
+
} | {
|
|
55140
|
+
/**
|
|
55141
|
+
* EventChannelconfiguration
|
|
55142
|
+
*/
|
|
55143
|
+
EventChannel: DevOpsAgentAssociationEventChannelConfiguration;
|
|
55144
|
+
};
|
|
55145
|
+
/**
|
|
55146
|
+
* Type definition for `AWS::DevOpsAgent::Association.ServiceNowConfiguration`.
|
|
55147
|
+
* ServiceNow integration configuration
|
|
55148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-servicenowconfiguration.html}
|
|
55149
|
+
*/
|
|
55150
|
+
export type DevOpsAgentAssociationServiceNowConfiguration = {
|
|
55151
|
+
/**
|
|
55152
|
+
* When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service
|
|
55153
|
+
*/
|
|
55154
|
+
EnableWebhookUpdates?: boolean;
|
|
55155
|
+
/**
|
|
55156
|
+
* ServiceNow instance ID
|
|
55157
|
+
*/
|
|
55158
|
+
InstanceId?: string;
|
|
55159
|
+
};
|
|
55160
|
+
/**
|
|
55161
|
+
* Type definition for `AWS::DevOpsAgent::Association.SlackChannel`.
|
|
55162
|
+
* Slack channel configuration
|
|
55163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-slackchannel.html}
|
|
55164
|
+
*/
|
|
55165
|
+
export type DevOpsAgentAssociationSlackChannel = {
|
|
55166
|
+
/**
|
|
55167
|
+
* Slack channel ID
|
|
55168
|
+
* @minLength `8`
|
|
55169
|
+
* @maxLength `16`
|
|
55170
|
+
* @pattern `^[CGD][A-Z0-9]+$`
|
|
55171
|
+
*/
|
|
55172
|
+
ChannelId: string;
|
|
55173
|
+
/**
|
|
55174
|
+
* Slack channel name
|
|
55175
|
+
*/
|
|
55176
|
+
ChannelName?: string;
|
|
55177
|
+
};
|
|
55178
|
+
/**
|
|
55179
|
+
* Type definition for `AWS::DevOpsAgent::Association.SlackConfiguration`.
|
|
55180
|
+
* Slack workspace integration configuration
|
|
55181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-slackconfiguration.html}
|
|
55182
|
+
*/
|
|
55183
|
+
export type DevOpsAgentAssociationSlackConfiguration = {
|
|
55184
|
+
/**
|
|
55185
|
+
* Transmission targets for agent notifications
|
|
55186
|
+
*/
|
|
55187
|
+
TransmissionTarget: DevOpsAgentAssociationSlackTransmissionTarget;
|
|
55188
|
+
/**
|
|
55189
|
+
* Associated Slack workspace ID
|
|
55190
|
+
* @pattern `^[TE][A-Z0-9]+$`
|
|
55191
|
+
*/
|
|
55192
|
+
WorkspaceId: string;
|
|
55193
|
+
/**
|
|
55194
|
+
* Associated Slack workspace name
|
|
55195
|
+
*/
|
|
55196
|
+
WorkspaceName: string;
|
|
55197
|
+
};
|
|
55198
|
+
/**
|
|
55199
|
+
* Type definition for `AWS::DevOpsAgent::Association.SlackTransmissionTarget`.
|
|
55200
|
+
* Transmission targets for agent notifications
|
|
55201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-slacktransmissiontarget.html}
|
|
55202
|
+
*/
|
|
55203
|
+
export type DevOpsAgentAssociationSlackTransmissionTarget = {
|
|
55204
|
+
/**
|
|
55205
|
+
* Destination for IncidentResponse agent.
|
|
55206
|
+
*/
|
|
55207
|
+
IncidentResponseTarget: DevOpsAgentAssociationSlackChannel;
|
|
55208
|
+
};
|
|
55209
|
+
/**
|
|
55210
|
+
* Type definition for `AWS::DevOpsAgent::Association.SourceAwsConfiguration`.
|
|
55211
|
+
* AWS association for 'source' account
|
|
55212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-association-sourceawsconfiguration.html}
|
|
55213
|
+
*/
|
|
55214
|
+
export type DevOpsAgentAssociationSourceAwsConfiguration = {
|
|
55215
|
+
/**
|
|
55216
|
+
* AWS Account Id corresponding to provided resources
|
|
55217
|
+
* @pattern `\d{12}`
|
|
55218
|
+
*/
|
|
55219
|
+
AccountId: string;
|
|
55220
|
+
/**
|
|
55221
|
+
* Account Type 'source' for DevOpsAgent monitoring
|
|
55222
|
+
*/
|
|
55223
|
+
AccountType: "source";
|
|
55224
|
+
/**
|
|
55225
|
+
* Role ARN to be assumed by DevOpsAgent to operate on behalf of customer
|
|
55226
|
+
*/
|
|
55227
|
+
AssumableRoleArn: string;
|
|
55228
|
+
/**
|
|
55229
|
+
* List of AWS resources
|
|
55230
|
+
*/
|
|
55231
|
+
Resources?: DevOpsAgentAssociationAWSResource[];
|
|
55232
|
+
/**
|
|
55233
|
+
* List of AWS tags as key-value pairs
|
|
55234
|
+
*/
|
|
55235
|
+
Tags?: DevOpsAgentAssociationKeyValuePair[];
|
|
55236
|
+
};
|
|
54756
55237
|
/**
|
|
54757
55238
|
* Resource type definition for `AWS::DevOpsGuru::LogAnomalyDetectionIntegration`.
|
|
54758
55239
|
* This resource schema represents the LogAnomalyDetectionIntegration resource in the Amazon DevOps Guru.
|
|
@@ -109257,6 +109738,203 @@ export type LambdaAliasVersionWeight = {
|
|
|
109257
109738
|
*/
|
|
109258
109739
|
FunctionWeight: number;
|
|
109259
109740
|
};
|
|
109741
|
+
/**
|
|
109742
|
+
* Resource Type definition for AWS::Lambda::CapacityProvider
|
|
109743
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-capacityprovider.html}
|
|
109744
|
+
*/
|
|
109745
|
+
export type LambdaCapacityProviderProps = {
|
|
109746
|
+
/**
|
|
109747
|
+
* The name of the capacity provider. The name must be unique within your AWS account and region. If you don't specify a name, CloudFormation generates one.
|
|
109748
|
+
* @minLength `1`
|
|
109749
|
+
* @maxLength `140`
|
|
109750
|
+
* @pattern `^(arn:aws[a-zA-Z-]*:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:capacity-provider:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+$`
|
|
109751
|
+
*/
|
|
109752
|
+
CapacityProviderName?: string;
|
|
109753
|
+
/**
|
|
109754
|
+
* The scaling configuration for the capacity provider.
|
|
109755
|
+
*/
|
|
109756
|
+
CapacityProviderScalingConfig?: LambdaCapacityProviderCapacityProviderScalingConfig;
|
|
109757
|
+
/**
|
|
109758
|
+
* Specifications for the types of EC2 instances that the capacity provider can use.
|
|
109759
|
+
*/
|
|
109760
|
+
InstanceRequirements?: LambdaCapacityProviderInstanceRequirements;
|
|
109761
|
+
/**
|
|
109762
|
+
* The ARN of the AWS Key Management Service (KMS) key used by the capacity provider.
|
|
109763
|
+
* @minLength `0`
|
|
109764
|
+
* @maxLength `10000`
|
|
109765
|
+
* @pattern `^(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()$`
|
|
109766
|
+
*/
|
|
109767
|
+
KmsKeyArn?: string;
|
|
109768
|
+
/**
|
|
109769
|
+
* IAM permissions configuration for the capacity provider.
|
|
109770
|
+
*/
|
|
109771
|
+
PermissionsConfig: LambdaCapacityProviderCapacityProviderPermissionsConfig;
|
|
109772
|
+
/**
|
|
109773
|
+
* A list of tags to apply to the capacity provider.
|
|
109774
|
+
*/
|
|
109775
|
+
Tags?: LambdaCapacityProviderTag[];
|
|
109776
|
+
/**
|
|
109777
|
+
* VPC configuration for the capacity provider.
|
|
109778
|
+
*/
|
|
109779
|
+
VpcConfig: LambdaCapacityProviderCapacityProviderVpcConfig;
|
|
109780
|
+
};
|
|
109781
|
+
/**
|
|
109782
|
+
* Attribute type definition for `AWS::Lambda::CapacityProvider`.
|
|
109783
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-capacityprovider.html#aws-resource-lambda-capacityprovider-return-values}
|
|
109784
|
+
*/
|
|
109785
|
+
export type LambdaCapacityProviderAttributes = {
|
|
109786
|
+
/**
|
|
109787
|
+
* The Amazon Resource Name (ARN) of the capacity provider. This is a read-only property that is automatically generated when the capacity provider is created.
|
|
109788
|
+
* @minLength `1`
|
|
109789
|
+
* @maxLength `140`
|
|
109790
|
+
* @pattern `^arn:aws[a-zA-Z-]*:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:capacity-provider:[a-zA-Z0-9-_]+$`
|
|
109791
|
+
*/
|
|
109792
|
+
Arn: string;
|
|
109793
|
+
/**
|
|
109794
|
+
* The current state of the capacity provider.
|
|
109795
|
+
*/
|
|
109796
|
+
State: LambdaCapacityProviderCapacityProviderState;
|
|
109797
|
+
};
|
|
109798
|
+
/**
|
|
109799
|
+
* Type definition for `AWS::Lambda::CapacityProvider.Architecture`.
|
|
109800
|
+
* Specifications for the types of EC2 instances that the capacity provider can use.
|
|
109801
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-architecture.html}
|
|
109802
|
+
*/
|
|
109803
|
+
export type LambdaCapacityProviderArchitecture = "x86_64" | "arm64";
|
|
109804
|
+
/**
|
|
109805
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderPermissionsConfig`.
|
|
109806
|
+
* IAM permissions configuration for the capacity provider.
|
|
109807
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityproviderpermissionsconfig.html}
|
|
109808
|
+
*/
|
|
109809
|
+
export type LambdaCapacityProviderCapacityProviderPermissionsConfig = {
|
|
109810
|
+
/**
|
|
109811
|
+
* The ARN of the IAM role that Lambda assumes to manage the capacity provider.
|
|
109812
|
+
* @minLength `0`
|
|
109813
|
+
* @maxLength `10000`
|
|
109814
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$`
|
|
109815
|
+
*/
|
|
109816
|
+
CapacityProviderOperatorRoleArn: string;
|
|
109817
|
+
};
|
|
109818
|
+
/**
|
|
109819
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderPredefinedMetricType`.
|
|
109820
|
+
* The predefined metric for target tracking.
|
|
109821
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityproviderpredefinedmetrictype.html}
|
|
109822
|
+
*/
|
|
109823
|
+
export type LambdaCapacityProviderCapacityProviderPredefinedMetricType = "LambdaCapacityProviderAverageCPUUtilization";
|
|
109824
|
+
/**
|
|
109825
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderScalingConfig`.
|
|
109826
|
+
* The scaling configuration for the capacity provider.
|
|
109827
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityproviderscalingconfig.html}
|
|
109828
|
+
*/
|
|
109829
|
+
export type LambdaCapacityProviderCapacityProviderScalingConfig = {
|
|
109830
|
+
/**
|
|
109831
|
+
* The maximum number of EC2 instances that the capacity provider can scale up to.
|
|
109832
|
+
* @min `2`
|
|
109833
|
+
* @max `15000`
|
|
109834
|
+
*/
|
|
109835
|
+
MaxVCpuCount?: number;
|
|
109836
|
+
/**
|
|
109837
|
+
* The scaling mode for the capacity provider.
|
|
109838
|
+
*/
|
|
109839
|
+
ScalingMode?: LambdaCapacityProviderCapacityProviderScalingMode;
|
|
109840
|
+
/**
|
|
109841
|
+
* A list of target tracking scaling policies for the capacity provider.
|
|
109842
|
+
* @minLength `1`
|
|
109843
|
+
* @maxLength `10`
|
|
109844
|
+
*/
|
|
109845
|
+
ScalingPolicies?: LambdaCapacityProviderTargetTrackingScalingPolicy[];
|
|
109846
|
+
};
|
|
109847
|
+
/**
|
|
109848
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderScalingMode`.
|
|
109849
|
+
* The scaling mode for the capacity provider.
|
|
109850
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityproviderscalingmode.html}
|
|
109851
|
+
*/
|
|
109852
|
+
export type LambdaCapacityProviderCapacityProviderScalingMode = "Auto" | "Manual";
|
|
109853
|
+
/**
|
|
109854
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderState`.
|
|
109855
|
+
* The current state of the capacity provider. Indicates whether the provider is being created, is active and ready for use, has failed, or is being deleted.
|
|
109856
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityproviderstate.html}
|
|
109857
|
+
*/
|
|
109858
|
+
export type LambdaCapacityProviderCapacityProviderState = "Pending" | "Active" | "Failed" | "Deleting";
|
|
109859
|
+
/**
|
|
109860
|
+
* Type definition for `AWS::Lambda::CapacityProvider.CapacityProviderVpcConfig`.
|
|
109861
|
+
* VPC configuration for the capacity provider.
|
|
109862
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityprovidervpcconfig.html}
|
|
109863
|
+
*/
|
|
109864
|
+
export type LambdaCapacityProviderCapacityProviderVpcConfig = {
|
|
109865
|
+
/**
|
|
109866
|
+
* A list of security group IDs to associate with EC2 instances.
|
|
109867
|
+
* @minLength `0`
|
|
109868
|
+
* @maxLength `5`
|
|
109869
|
+
*/
|
|
109870
|
+
SecurityGroupIds: string[];
|
|
109871
|
+
/**
|
|
109872
|
+
* A list of subnet IDs where the capacity provider can launch EC2 instances.
|
|
109873
|
+
* @minLength `1`
|
|
109874
|
+
* @maxLength `16`
|
|
109875
|
+
*/
|
|
109876
|
+
SubnetIds: string[];
|
|
109877
|
+
};
|
|
109878
|
+
/**
|
|
109879
|
+
* Type definition for `AWS::Lambda::CapacityProvider.InstanceRequirements`.
|
|
109880
|
+
* Specifications for the types of EC2 instances that the capacity provider can use.
|
|
109881
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-instancerequirements.html}
|
|
109882
|
+
*/
|
|
109883
|
+
export type LambdaCapacityProviderInstanceRequirements = {
|
|
109884
|
+
/**
|
|
109885
|
+
* A list of instance types that the capacity provider can use. Supports wildcards (for example, m5.*).
|
|
109886
|
+
* @minLength `0`
|
|
109887
|
+
* @maxLength `400`
|
|
109888
|
+
*/
|
|
109889
|
+
AllowedInstanceTypes?: string[];
|
|
109890
|
+
/**
|
|
109891
|
+
* The instruction set architecture for EC2 instances. Specify either x86_64 or arm64.
|
|
109892
|
+
* @minLength `1`
|
|
109893
|
+
* @maxLength `1`
|
|
109894
|
+
*/
|
|
109895
|
+
Architectures?: LambdaCapacityProviderArchitecture[];
|
|
109896
|
+
/**
|
|
109897
|
+
* A list of instance types that the capacity provider should not use. Takes precedence over AllowedInstanceTypes.
|
|
109898
|
+
* @minLength `0`
|
|
109899
|
+
* @maxLength `400`
|
|
109900
|
+
*/
|
|
109901
|
+
ExcludedInstanceTypes?: string[];
|
|
109902
|
+
};
|
|
109903
|
+
/**
|
|
109904
|
+
* Type definition for `AWS::Lambda::CapacityProvider.Tag`.
|
|
109905
|
+
* A key-value pair that provides metadata for the capacity provider.
|
|
109906
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-tag.html}
|
|
109907
|
+
*/
|
|
109908
|
+
export type LambdaCapacityProviderTag = {
|
|
109909
|
+
/**
|
|
109910
|
+
* The key name of the tag.
|
|
109911
|
+
* @minLength `1`
|
|
109912
|
+
* @maxLength `128`
|
|
109913
|
+
*/
|
|
109914
|
+
Key: string;
|
|
109915
|
+
/**
|
|
109916
|
+
* The value for the tag.
|
|
109917
|
+
* @minLength `0`
|
|
109918
|
+
* @maxLength `256`
|
|
109919
|
+
*/
|
|
109920
|
+
Value?: string;
|
|
109921
|
+
};
|
|
109922
|
+
/**
|
|
109923
|
+
* Type definition for `AWS::Lambda::CapacityProvider.TargetTrackingScalingPolicy`.
|
|
109924
|
+
* A target tracking scaling policy for the capacity provider.
|
|
109925
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-targettrackingscalingpolicy.html}
|
|
109926
|
+
*/
|
|
109927
|
+
export type LambdaCapacityProviderTargetTrackingScalingPolicy = {
|
|
109928
|
+
/**
|
|
109929
|
+
* The predefined metric for target tracking.
|
|
109930
|
+
*/
|
|
109931
|
+
PredefinedMetricType: LambdaCapacityProviderCapacityProviderPredefinedMetricType;
|
|
109932
|
+
/**
|
|
109933
|
+
* The target value for the metric as a percentage (for example, 70.0 for 70%).
|
|
109934
|
+
* @min `0`
|
|
109935
|
+
*/
|
|
109936
|
+
TargetValue: number;
|
|
109937
|
+
};
|
|
109260
109938
|
/**
|
|
109261
109939
|
* Resource Type definition for AWS::Lambda::CodeSigningConfig.
|
|
109262
109940
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-codesigningconfig.html}
|
|
@@ -109945,6 +110623,7 @@ export type LambdaFunctionProps = {
|
|
|
109945
110623
|
* @maxLength `1`
|
|
109946
110624
|
*/
|
|
109947
110625
|
Architectures?: ("x86_64" | "arm64")[];
|
|
110626
|
+
CapacityProviderConfig?: LambdaFunctionCapacityProviderConfig;
|
|
109948
110627
|
/**
|
|
109949
110628
|
* The code for the function. You can define your function code in multiple ways:
|
|
109950
110629
|
+ For .zip deployment packages, you can specify the S3 location of the .zip file in the ``S3Bucket``, ``S3Key``, and ``S3ObjectVersion`` properties.
|
|
@@ -109966,6 +110645,7 @@ export type LambdaFunctionProps = {
|
|
|
109966
110645
|
* @maxLength `256`
|
|
109967
110646
|
*/
|
|
109968
110647
|
Description?: string;
|
|
110648
|
+
DurableConfig?: LambdaFunctionDurableConfig;
|
|
109969
110649
|
/**
|
|
109970
110650
|
* Environment variables that are accessible from function code during execution.
|
|
109971
110651
|
*/
|
|
@@ -109986,6 +110666,7 @@ export type LambdaFunctionProps = {
|
|
|
109986
110666
|
* @minLength `1`
|
|
109987
110667
|
*/
|
|
109988
110668
|
FunctionName?: string;
|
|
110669
|
+
FunctionScalingConfig?: LambdaFunctionFunctionScalingConfig;
|
|
109989
110670
|
/**
|
|
109990
110671
|
* The name of the method within your code that Lambda calls to run your function. Handler is required if the deployment package is a .zip file archive. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see [Lambda programming model](https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html).
|
|
109991
110672
|
* @maxLength `128`
|
|
@@ -110023,6 +110704,7 @@ export type LambdaFunctionProps = {
|
|
|
110023
110704
|
* The type of deployment package. Set to ``Image`` for container image and set ``Zip`` for .zip file archive.
|
|
110024
110705
|
*/
|
|
110025
110706
|
PackageType?: "Image" | "Zip";
|
|
110707
|
+
PublishToLatestPublished?: boolean;
|
|
110026
110708
|
/**
|
|
110027
110709
|
* The status of your function's recursive loop detection configuration.
|
|
110028
110710
|
When this value is set to ``Allow``and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.
|
|
@@ -110093,6 +110775,13 @@ export type LambdaFunctionAttributes = {
|
|
|
110093
110775
|
OptimizationStatus: "On" | "Off";
|
|
110094
110776
|
};
|
|
110095
110777
|
};
|
|
110778
|
+
/**
|
|
110779
|
+
* Type definition for `AWS::Lambda::Function.CapacityProviderConfig`.
|
|
110780
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-capacityproviderconfig.html}
|
|
110781
|
+
*/
|
|
110782
|
+
export type LambdaFunctionCapacityProviderConfig = {
|
|
110783
|
+
LambdaManagedInstancesCapacityProviderConfig: LambdaFunctionLambdaManagedInstancesCapacityProviderConfig;
|
|
110784
|
+
};
|
|
110096
110785
|
/**
|
|
110097
110786
|
* Type definition for `AWS::Lambda::Function.Code`.
|
|
110098
110787
|
* The [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) for a Lambda function. To deploy a function defined as a container image, you specify the location of a container image in the Amazon ECR registry. For a .zip file deployment package, you can specify the location of an object in Amazon S3. For Node.js and Python functions, you can specify the function code inline in the template.
|
|
@@ -110149,6 +110838,24 @@ export type LambdaFunctionDeadLetterConfig = {
|
|
|
110149
110838
|
*/
|
|
110150
110839
|
TargetArn?: string;
|
|
110151
110840
|
};
|
|
110841
|
+
/**
|
|
110842
|
+
* Type definition for `AWS::Lambda::Function.DurableConfig`.
|
|
110843
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-durableconfig.html}
|
|
110844
|
+
*/
|
|
110845
|
+
export type LambdaFunctionDurableConfig = {
|
|
110846
|
+
/**
|
|
110847
|
+
* The amount of time (in seconds) that Lambda allows a durable function to run before stopping it. The maximum is one 366-day year or 31,622,400 seconds.
|
|
110848
|
+
* @min `1`
|
|
110849
|
+
* @max `31622400`
|
|
110850
|
+
*/
|
|
110851
|
+
ExecutionTimeout: number;
|
|
110852
|
+
/**
|
|
110853
|
+
* The number of days after a durable execution is closed that Lambda retains its history, from one to 90 days. The default is 14 days.
|
|
110854
|
+
* @min `1`
|
|
110855
|
+
* @max `90`
|
|
110856
|
+
*/
|
|
110857
|
+
RetentionPeriodInDays?: number;
|
|
110858
|
+
};
|
|
110152
110859
|
/**
|
|
110153
110860
|
* Type definition for `AWS::Lambda::Function.Environment`.
|
|
110154
110861
|
* A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.
|
|
@@ -110193,6 +110900,24 @@ export type LambdaFunctionFileSystemConfig = {
|
|
|
110193
110900
|
*/
|
|
110194
110901
|
LocalMountPath: string;
|
|
110195
110902
|
};
|
|
110903
|
+
/**
|
|
110904
|
+
* Type definition for `AWS::Lambda::Function.FunctionScalingConfig`.
|
|
110905
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-functionscalingconfig.html}
|
|
110906
|
+
*/
|
|
110907
|
+
export type LambdaFunctionFunctionScalingConfig = {
|
|
110908
|
+
/**
|
|
110909
|
+
* The maximum number of execution environments that can be provisioned for the function.
|
|
110910
|
+
* @min `0`
|
|
110911
|
+
* @max `15000`
|
|
110912
|
+
*/
|
|
110913
|
+
MaxExecutionEnvironments?: number;
|
|
110914
|
+
/**
|
|
110915
|
+
* The minimum number of execution environments to maintain for the function.
|
|
110916
|
+
* @min `0`
|
|
110917
|
+
* @max `15000`
|
|
110918
|
+
*/
|
|
110919
|
+
MinExecutionEnvironments?: number;
|
|
110920
|
+
};
|
|
110196
110921
|
/**
|
|
110197
110922
|
* Type definition for `AWS::Lambda::Function.ImageConfig`.
|
|
110198
110923
|
* Configuration values that override the container image Dockerfile settings. For more information, see [Container image settings](https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms).
|
|
@@ -110214,6 +110939,31 @@ export type LambdaFunctionImageConfig = {
|
|
|
110214
110939
|
*/
|
|
110215
110940
|
WorkingDirectory?: string;
|
|
110216
110941
|
};
|
|
110942
|
+
/**
|
|
110943
|
+
* Type definition for `AWS::Lambda::Function.LambdaManagedInstancesCapacityProviderConfig`.
|
|
110944
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-lambdamanagedinstancescapacityproviderconfig.html}
|
|
110945
|
+
*/
|
|
110946
|
+
export type LambdaFunctionLambdaManagedInstancesCapacityProviderConfig = {
|
|
110947
|
+
/**
|
|
110948
|
+
* The Amazon Resource Name (ARN) of the capacity provider.
|
|
110949
|
+
* @minLength `1`
|
|
110950
|
+
* @maxLength `140`
|
|
110951
|
+
* @pattern `^arn:aws[a-zA-Z-]*:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:capacity-provider:[a-zA-Z0-9-_]+$`
|
|
110952
|
+
*/
|
|
110953
|
+
CapacityProviderArn: string;
|
|
110954
|
+
/**
|
|
110955
|
+
* The amount of memory in GiB allocated per vCPU for execution environments.
|
|
110956
|
+
* @min `2`
|
|
110957
|
+
* @max `8`
|
|
110958
|
+
*/
|
|
110959
|
+
ExecutionEnvironmentMemoryGiBPerVCpu?: number;
|
|
110960
|
+
/**
|
|
110961
|
+
* The maximum number of concurrent execution environments that can run on each compute instance.
|
|
110962
|
+
* @min `1`
|
|
110963
|
+
* @max `1600`
|
|
110964
|
+
*/
|
|
110965
|
+
PerExecutionEnvironmentMaxConcurrency?: number;
|
|
110966
|
+
};
|
|
110217
110967
|
/**
|
|
110218
110968
|
* Type definition for `AWS::Lambda::Function.LoggingConfig`.
|
|
110219
110969
|
* The function's Amazon CloudWatch Logs configuration settings.
|
|
@@ -110617,6 +111367,10 @@ export type LambdaVersionProps = {
|
|
|
110617
111367
|
* @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
110618
111368
|
*/
|
|
110619
111369
|
FunctionName: string;
|
|
111370
|
+
/**
|
|
111371
|
+
* The scaling configuration to apply to the function, including minimum and maximum execution environment limits.
|
|
111372
|
+
*/
|
|
111373
|
+
FunctionScalingConfig?: LambdaVersionFunctionScalingConfig;
|
|
110620
111374
|
/**
|
|
110621
111375
|
* Specifies a provisioned concurrency configuration for a function's version. Updates are not supported for this property.
|
|
110622
111376
|
*/
|
|
@@ -110641,6 +111395,23 @@ export type LambdaVersionAttributes = {
|
|
|
110641
111395
|
*/
|
|
110642
111396
|
Version: string;
|
|
110643
111397
|
};
|
|
111398
|
+
/**
|
|
111399
|
+
* Type definition for `AWS::Lambda::Version.FunctionScalingConfig`.
|
|
111400
|
+
* Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
|
|
111401
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-functionscalingconfig.html}
|
|
111402
|
+
*/
|
|
111403
|
+
export type LambdaVersionFunctionScalingConfig = {
|
|
111404
|
+
/**
|
|
111405
|
+
* The maximum number of execution environments that can be provisioned for the function.
|
|
111406
|
+
* @min `0`
|
|
111407
|
+
*/
|
|
111408
|
+
MaxExecutionEnvironments?: number;
|
|
111409
|
+
/**
|
|
111410
|
+
* The minimum number of execution environments to maintain for the function.
|
|
111411
|
+
* @min `0`
|
|
111412
|
+
*/
|
|
111413
|
+
MinExecutionEnvironments?: number;
|
|
111414
|
+
};
|
|
110644
111415
|
/**
|
|
110645
111416
|
* Type definition for `AWS::Lambda::Version.ProvisionedConcurrencyConfiguration`.
|
|
110646
111417
|
* A provisioned concurrency configuration for a function's version.
|
|
@@ -183128,6 +183899,10 @@ export type S3StorageLensAccountLevel = {
|
|
|
183128
183899
|
* Enables advanced data protection metrics.
|
|
183129
183900
|
*/
|
|
183130
183901
|
AdvancedDataProtectionMetrics?: S3StorageLensAdvancedDataProtectionMetrics;
|
|
183902
|
+
/**
|
|
183903
|
+
* Advanced Performance Metrics.
|
|
183904
|
+
*/
|
|
183905
|
+
AdvancedPerformanceMetrics?: S3StorageLensAdvancedPerformanceMetrics;
|
|
183131
183906
|
/**
|
|
183132
183907
|
* Bucket-level metrics configurations.
|
|
183133
183908
|
*/
|
|
@@ -183174,6 +183949,17 @@ export type S3StorageLensAdvancedDataProtectionMetrics = {
|
|
|
183174
183949
|
*/
|
|
183175
183950
|
IsEnabled?: boolean;
|
|
183176
183951
|
};
|
|
183952
|
+
/**
|
|
183953
|
+
* Type definition for `AWS::S3::StorageLens.AdvancedPerformanceMetrics`.
|
|
183954
|
+
* Advanced Performance Metrics.
|
|
183955
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedperformancemetrics.html}
|
|
183956
|
+
*/
|
|
183957
|
+
export type S3StorageLensAdvancedPerformanceMetrics = {
|
|
183958
|
+
/**
|
|
183959
|
+
* Specifies whether the Advanced Performance Metrics is enabled or disabled.
|
|
183960
|
+
*/
|
|
183961
|
+
IsEnabled?: boolean;
|
|
183962
|
+
};
|
|
183177
183963
|
/**
|
|
183178
183964
|
* Type definition for `AWS::S3::StorageLens.AwsOrg`.
|
|
183179
183965
|
* The AWS Organizations ARN to use in the Amazon S3 Storage Lens configuration.
|
|
@@ -183203,6 +183989,10 @@ export type S3StorageLensBucketLevel = {
|
|
|
183203
183989
|
* Enables advanced data protection metrics.
|
|
183204
183990
|
*/
|
|
183205
183991
|
AdvancedDataProtectionMetrics?: S3StorageLensAdvancedDataProtectionMetrics;
|
|
183992
|
+
/**
|
|
183993
|
+
* Advanced Performance Metrics.
|
|
183994
|
+
*/
|
|
183995
|
+
AdvancedPerformanceMetrics?: S3StorageLensAdvancedPerformanceMetrics;
|
|
183206
183996
|
/**
|
|
183207
183997
|
* Enables detailed status codes metrics.
|
|
183208
183998
|
*/
|
|
@@ -183246,6 +184036,10 @@ export type S3StorageLensDataExport = {
|
|
|
183246
184036
|
* S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.
|
|
183247
184037
|
*/
|
|
183248
184038
|
S3BucketDestination?: S3StorageLensS3BucketDestination;
|
|
184039
|
+
/**
|
|
184040
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
184041
|
+
*/
|
|
184042
|
+
StorageLensTableDestination?: S3StorageLensStorageLensTableDestination;
|
|
183249
184043
|
};
|
|
183250
184044
|
/**
|
|
183251
184045
|
* Type definition for `AWS::S3::StorageLens.DetailedStatusCodesMetrics`.
|
|
@@ -183379,6 +184173,10 @@ export type S3StorageLensStorageLensConfiguration = {
|
|
|
183379
184173
|
* S3 buckets and Regions to include/exclude in the Amazon S3 Storage Lens configuration.
|
|
183380
184174
|
*/
|
|
183381
184175
|
Exclude?: S3StorageLensBucketsAndRegions;
|
|
184176
|
+
/**
|
|
184177
|
+
* Expanded Prefixes Data Export.
|
|
184178
|
+
*/
|
|
184179
|
+
ExpandedPrefixesDataExport?: S3StorageLensStorageLensExpandedPrefixesDataExport;
|
|
183382
184180
|
/**
|
|
183383
184181
|
* The ID that identifies the Amazon S3 Storage Lens configuration.
|
|
183384
184182
|
* @minLength `1`
|
|
@@ -183394,6 +184192,25 @@ export type S3StorageLensStorageLensConfiguration = {
|
|
|
183394
184192
|
* Specifies whether the Amazon S3 Storage Lens configuration is enabled or disabled.
|
|
183395
184193
|
*/
|
|
183396
184194
|
IsEnabled: boolean;
|
|
184195
|
+
/**
|
|
184196
|
+
* The delimiter to divide S3 key into hierarchy of prefixes.
|
|
184197
|
+
*/
|
|
184198
|
+
PrefixDelimiter?: string;
|
|
184199
|
+
};
|
|
184200
|
+
/**
|
|
184201
|
+
* Type definition for `AWS::S3::StorageLens.StorageLensExpandedPrefixesDataExport`.
|
|
184202
|
+
* Expanded Prefixes Data Export.
|
|
184203
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html}
|
|
184204
|
+
*/
|
|
184205
|
+
export type S3StorageLensStorageLensExpandedPrefixesDataExport = {
|
|
184206
|
+
/**
|
|
184207
|
+
* S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.
|
|
184208
|
+
*/
|
|
184209
|
+
S3BucketDestination?: S3StorageLensS3BucketDestination;
|
|
184210
|
+
/**
|
|
184211
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
184212
|
+
*/
|
|
184213
|
+
StorageLensTableDestination?: S3StorageLensStorageLensTableDestination;
|
|
183397
184214
|
};
|
|
183398
184215
|
/**
|
|
183399
184216
|
* Type definition for `AWS::S3::StorageLens.StorageLensGroupLevel`.
|
|
@@ -183415,6 +184232,21 @@ export type S3StorageLensStorageLensGroupSelectionCriteria = {
|
|
|
183415
184232
|
Exclude?: string[];
|
|
183416
184233
|
Include?: string[];
|
|
183417
184234
|
};
|
|
184235
|
+
/**
|
|
184236
|
+
* Type definition for `AWS::S3::StorageLens.StorageLensTableDestination`.
|
|
184237
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
184238
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html}
|
|
184239
|
+
*/
|
|
184240
|
+
export type S3StorageLensStorageLensTableDestination = {
|
|
184241
|
+
/**
|
|
184242
|
+
* Configures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).
|
|
184243
|
+
*/
|
|
184244
|
+
Encryption?: S3StorageLensEncryption;
|
|
184245
|
+
/**
|
|
184246
|
+
* Specifies whether the export to S3 Tables is enabled or disabled.
|
|
184247
|
+
*/
|
|
184248
|
+
IsEnabled: boolean;
|
|
184249
|
+
};
|
|
183418
184250
|
/**
|
|
183419
184251
|
* Type definition for `AWS::S3::StorageLens.Tag`.
|
|
183420
184252
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-tag.html}
|
|
@@ -217072,6 +217904,8 @@ export interface ResourceTypes {
|
|
|
217072
217904
|
"AWS::Detective::Graph": DetectiveGraphProps;
|
|
217073
217905
|
"AWS::Detective::MemberInvitation": DetectiveMemberInvitationProps;
|
|
217074
217906
|
"AWS::Detective::OrganizationAdmin": DetectiveOrganizationAdminProps;
|
|
217907
|
+
"AWS::DevOpsAgent::AgentSpace": DevOpsAgentAgentSpaceProps;
|
|
217908
|
+
"AWS::DevOpsAgent::Association": DevOpsAgentAssociationProps;
|
|
217075
217909
|
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration": DevOpsGuruLogAnomalyDetectionIntegrationProps;
|
|
217076
217910
|
"AWS::DevOpsGuru::NotificationChannel": DevOpsGuruNotificationChannelProps;
|
|
217077
217911
|
"AWS::DevOpsGuru::ResourceCollection": DevOpsGuruResourceCollectionProps;
|
|
@@ -217535,6 +218369,7 @@ export interface ResourceTypes {
|
|
|
217535
218369
|
"AWS::LakeFormation::Tag": LakeFormationTagProps;
|
|
217536
218370
|
"AWS::LakeFormation::TagAssociation": LakeFormationTagAssociationProps;
|
|
217537
218371
|
"AWS::Lambda::Alias": LambdaAliasProps;
|
|
218372
|
+
"AWS::Lambda::CapacityProvider": LambdaCapacityProviderProps;
|
|
217538
218373
|
"AWS::Lambda::CodeSigningConfig": LambdaCodeSigningConfigProps;
|
|
217539
218374
|
"AWS::Lambda::EventInvokeConfig": LambdaEventInvokeConfigProps;
|
|
217540
218375
|
"AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingProps;
|
|
@@ -218520,6 +219355,8 @@ export interface AttributeTypes {
|
|
|
218520
219355
|
"AWS::Deadline::StorageProfile": DeadlineStorageProfileAttributes;
|
|
218521
219356
|
"AWS::Detective::Graph": DetectiveGraphAttributes;
|
|
218522
219357
|
"AWS::Detective::OrganizationAdmin": DetectiveOrganizationAdminAttributes;
|
|
219358
|
+
"AWS::DevOpsAgent::AgentSpace": DevOpsAgentAgentSpaceAttributes;
|
|
219359
|
+
"AWS::DevOpsAgent::Association": DevOpsAgentAssociationAttributes;
|
|
218523
219360
|
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration": DevOpsGuruLogAnomalyDetectionIntegrationAttributes;
|
|
218524
219361
|
"AWS::DevOpsGuru::NotificationChannel": DevOpsGuruNotificationChannelAttributes;
|
|
218525
219362
|
"AWS::DevOpsGuru::ResourceCollection": DevOpsGuruResourceCollectionAttributes;
|
|
@@ -218937,6 +219774,7 @@ export interface AttributeTypes {
|
|
|
218937
219774
|
"AWS::LakeFormation::Resource": LakeFormationResourceAttributes;
|
|
218938
219775
|
"AWS::LakeFormation::TagAssociation": LakeFormationTagAssociationAttributes;
|
|
218939
219776
|
"AWS::Lambda::Alias": LambdaAliasAttributes;
|
|
219777
|
+
"AWS::Lambda::CapacityProvider": LambdaCapacityProviderAttributes;
|
|
218940
219778
|
"AWS::Lambda::CodeSigningConfig": LambdaCodeSigningConfigAttributes;
|
|
218941
219779
|
"AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingAttributes;
|
|
218942
219780
|
"AWS::Lambda::Function": LambdaFunctionAttributes;
|
|
@@ -219891,6 +220729,8 @@ export declare const ResourceType: {
|
|
|
219891
220729
|
readonly DetectiveGraph: "AWS::Detective::Graph";
|
|
219892
220730
|
readonly DetectiveMemberInvitation: "AWS::Detective::MemberInvitation";
|
|
219893
220731
|
readonly DetectiveOrganizationAdmin: "AWS::Detective::OrganizationAdmin";
|
|
220732
|
+
readonly DevOpsAgentAgentSpace: "AWS::DevOpsAgent::AgentSpace";
|
|
220733
|
+
readonly DevOpsAgentAssociation: "AWS::DevOpsAgent::Association";
|
|
219894
220734
|
readonly DevOpsGuruLogAnomalyDetectionIntegration: "AWS::DevOpsGuru::LogAnomalyDetectionIntegration";
|
|
219895
220735
|
readonly DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel";
|
|
219896
220736
|
readonly DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection";
|
|
@@ -220354,6 +221194,7 @@ export declare const ResourceType: {
|
|
|
220354
221194
|
readonly LakeFormationTag: "AWS::LakeFormation::Tag";
|
|
220355
221195
|
readonly LakeFormationTagAssociation: "AWS::LakeFormation::TagAssociation";
|
|
220356
221196
|
readonly LambdaAlias: "AWS::Lambda::Alias";
|
|
221197
|
+
readonly LambdaCapacityProvider: "AWS::Lambda::CapacityProvider";
|
|
220357
221198
|
readonly LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig";
|
|
220358
221199
|
readonly LambdaEventInvokeConfig: "AWS::Lambda::EventInvokeConfig";
|
|
220359
221200
|
readonly LambdaEventSourceMapping: "AWS::Lambda::EventSourceMapping";
|