Documentation ¶
Overview ¶
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
This project is for use in the workshop DOP 401: Get better at building AWS CDK constructs.
Index ¶
- func CalendarSetupFunction_ClassifyVersionProperty(propertyName *string, locked *bool)
- func CalendarSetupFunction_FromFunctionArn(scope constructs.Construct, id *string, functionArn *string) awslambda.IFunction
- func CalendarSetupFunction_FromFunctionAttributes(scope constructs.Construct, id *string, attrs *awslambda.FunctionAttributes) awslambda.IFunction
- func CalendarSetupFunction_FromFunctionName(scope constructs.Construct, id *string, functionName *string) awslambda.IFunction
- func CalendarSetupFunction_IsConstruct(x interface{}) *bool
- func CalendarSetupFunction_IsOwnedResource(construct constructs.IConstruct) *bool
- func CalendarSetupFunction_IsResource(construct constructs.IConstruct) *bool
- func CalendarSetupFunction_MetricAll(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func CalendarSetupFunction_MetricAllUnreservedConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_ClassifyVersionProperty(propertyName *string, locked *bool)
- func ChangeControllerFunction_FromFunctionArn(scope constructs.Construct, id *string, functionArn *string) awslambda.IFunction
- func ChangeControllerFunction_FromFunctionAttributes(scope constructs.Construct, id *string, attrs *awslambda.FunctionAttributes) awslambda.IFunction
- func ChangeControllerFunction_FromFunctionName(scope constructs.Construct, id *string, functionName *string) awslambda.IFunction
- func ChangeControllerFunction_IsConstruct(x interface{}) *bool
- func ChangeControllerFunction_IsOwnedResource(construct constructs.IConstruct) *bool
- func ChangeControllerFunction_IsResource(construct constructs.IConstruct) *bool
- func ChangeControllerFunction_MetricAll(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeControllerFunction_MetricAllUnreservedConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
- func ChangeController_IsConstruct(x interface{}) *bool
- func NewCalendarSetupFunction_Override(c CalendarSetupFunction, scope constructs.Construct, id *string, ...)
- func NewCalendar_Override(c Calendar)
- func NewChangeControllerFunction_Override(c ChangeControllerFunction, scope constructs.Construct, id *string, ...)
- func NewChangeController_Override(c ChangeController, scope constructs.Construct, id *string, ...)
- func NewPipelineWithChangeControl_Override(p PipelineWithChangeControl, scope constructs.Construct, id *string, ...)
- func PipelineWithChangeControl_IsConstruct(x interface{}) *bool
- type AggregateAlarmState
- type AlarmState
- type Calendar
- type CalendarLocationOptionsBase
- type CalendarSetupFunction
- type CalendarSetupFunctionProps
- type CalendarSourceType
- type ChangeController
- type ChangeControllerEvent
- type ChangeControllerFunction
- type ChangeControllerFunctionProps
- type ChangeControllerProps
- type GetAlarmStateOptions
- type IAlarmDetail
- type LocalPathOptions
- type PipelineWithChangeControl
- type PipelineWithChangeControlProps
- type S3LocationOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalendarSetupFunction_ClassifyVersionProperty ¶
Record whether specific properties in the `AWS::Lambda::Function` resource should also be associated to the Version resource.
See 'currentVersion' section in the module README for more details. Experimental.
func CalendarSetupFunction_FromFunctionArn ¶
func CalendarSetupFunction_FromFunctionArn(scope constructs.Construct, id *string, functionArn *string) awslambda.IFunction
Import a lambda function into the CDK using its ARN. Experimental.
func CalendarSetupFunction_FromFunctionAttributes ¶
func CalendarSetupFunction_FromFunctionAttributes(scope constructs.Construct, id *string, attrs *awslambda.FunctionAttributes) awslambda.IFunction
Creates a Lambda function object which represents a function not defined within this stack. Experimental.
func CalendarSetupFunction_FromFunctionName ¶
func CalendarSetupFunction_FromFunctionName(scope constructs.Construct, id *string, functionName *string) awslambda.IFunction
Import a lambda function into the CDK using its name. Experimental.
func CalendarSetupFunction_IsConstruct ¶
func CalendarSetupFunction_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func CalendarSetupFunction_IsOwnedResource ¶
func CalendarSetupFunction_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise. Experimental.
func CalendarSetupFunction_IsResource ¶
func CalendarSetupFunction_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func CalendarSetupFunction_MetricAll ¶
func CalendarSetupFunction_MetricAll(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Return the given named metric for this Lambda. Experimental.
func CalendarSetupFunction_MetricAllConcurrentExecutions ¶
func CalendarSetupFunction_MetricAllConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of concurrent executions across all Lambdas. Experimental.
func CalendarSetupFunction_MetricAllDuration ¶
func CalendarSetupFunction_MetricAllDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the Duration executing all Lambdas. Experimental.
func CalendarSetupFunction_MetricAllErrors ¶
func CalendarSetupFunction_MetricAllErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of Errors executing all Lambdas. Experimental.
func CalendarSetupFunction_MetricAllInvocations ¶
func CalendarSetupFunction_MetricAllInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of invocations of all Lambdas. Experimental.
func CalendarSetupFunction_MetricAllThrottles ¶
func CalendarSetupFunction_MetricAllThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of throttled invocations of all Lambdas. Experimental.
func CalendarSetupFunction_MetricAllUnreservedConcurrentExecutions ¶
func CalendarSetupFunction_MetricAllUnreservedConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of unreserved concurrent executions across all Lambdas. Experimental.
func ChangeControllerFunction_ClassifyVersionProperty ¶
Record whether specific properties in the `AWS::Lambda::Function` resource should also be associated to the Version resource.
See 'currentVersion' section in the module README for more details. Experimental.
func ChangeControllerFunction_FromFunctionArn ¶
func ChangeControllerFunction_FromFunctionArn(scope constructs.Construct, id *string, functionArn *string) awslambda.IFunction
Import a lambda function into the CDK using its ARN. Experimental.
func ChangeControllerFunction_FromFunctionAttributes ¶
func ChangeControllerFunction_FromFunctionAttributes(scope constructs.Construct, id *string, attrs *awslambda.FunctionAttributes) awslambda.IFunction
Creates a Lambda function object which represents a function not defined within this stack. Experimental.
func ChangeControllerFunction_FromFunctionName ¶
func ChangeControllerFunction_FromFunctionName(scope constructs.Construct, id *string, functionName *string) awslambda.IFunction
Import a lambda function into the CDK using its name. Experimental.
func ChangeControllerFunction_IsConstruct ¶
func ChangeControllerFunction_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func ChangeControllerFunction_IsOwnedResource ¶
func ChangeControllerFunction_IsOwnedResource(construct constructs.IConstruct) *bool
Returns true if the construct was created by CDK, and false otherwise. Experimental.
func ChangeControllerFunction_IsResource ¶
func ChangeControllerFunction_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource. Experimental.
func ChangeControllerFunction_MetricAll ¶
func ChangeControllerFunction_MetricAll(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Return the given named metric for this Lambda. Experimental.
func ChangeControllerFunction_MetricAllConcurrentExecutions ¶
func ChangeControllerFunction_MetricAllConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of concurrent executions across all Lambdas. Experimental.
func ChangeControllerFunction_MetricAllDuration ¶
func ChangeControllerFunction_MetricAllDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the Duration executing all Lambdas. Experimental.
func ChangeControllerFunction_MetricAllErrors ¶
func ChangeControllerFunction_MetricAllErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of Errors executing all Lambdas. Experimental.
func ChangeControllerFunction_MetricAllInvocations ¶
func ChangeControllerFunction_MetricAllInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of invocations of all Lambdas. Experimental.
func ChangeControllerFunction_MetricAllThrottles ¶
func ChangeControllerFunction_MetricAllThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of throttled invocations of all Lambdas. Experimental.
func ChangeControllerFunction_MetricAllUnreservedConcurrentExecutions ¶
func ChangeControllerFunction_MetricAllUnreservedConcurrentExecutions(props *awscloudwatch.MetricOptions) awscloudwatch.Metric
Metric for the number of unreserved concurrent executions across all Lambdas. Experimental.
func ChangeController_IsConstruct ¶
func ChangeController_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
func NewCalendarSetupFunction_Override ¶
func NewCalendarSetupFunction_Override(c CalendarSetupFunction, scope constructs.Construct, id *string, props *CalendarSetupFunctionProps)
Experimental.
func NewChangeControllerFunction_Override ¶
func NewChangeControllerFunction_Override(c ChangeControllerFunction, scope constructs.Construct, id *string, props *ChangeControllerFunctionProps)
Experimental.
func NewChangeController_Override ¶
func NewChangeController_Override(c ChangeController, scope constructs.Construct, id *string, props *ChangeControllerProps)
Experimental.
func NewPipelineWithChangeControl_Override ¶
func NewPipelineWithChangeControl_Override(p PipelineWithChangeControl, scope constructs.Construct, id *string, props *PipelineWithChangeControlProps)
Experimental.
func PipelineWithChangeControl_IsConstruct ¶
func PipelineWithChangeControl_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead.
Types ¶
type AggregateAlarmState ¶
type AggregateAlarmState struct { // Experimental. AlarmDetails *[]IAlarmDetail `field:"required" json:"alarmDetails" yaml:"alarmDetails"` // Experimental. State AlarmState `field:"required" json:"state" yaml:"state"` // Experimental. Summary *string `field:"required" json:"summary" yaml:"summary"` }
Experimental.
type AlarmState ¶
type AlarmState string
Experimental.
const ( // Experimental. AlarmState_OK AlarmState = "OK" // Experimental. AlarmState_ALARM AlarmState = "ALARM" // Experimental. AlarmState_INSUFFICIENT_DATA AlarmState = "INSUFFICIENT_DATA" )
type Calendar ¶
type Calendar interface { // The ARN of the calendar in SSM. // Experimental. CalendarArn() *string // Experimental. SetCalendarArn(val *string) // The name of the calendar. // Experimental. CalendarName() *string // Experimental. SetCalendarName(val *string) }
The calendar for determining if pipeline stage should be open or closed. Experimental.
func Calendar_Path ¶
func Calendar_Path(options *LocalPathOptions) Calendar
Creates a calendar from a local file. Experimental.
func Calendar_S3Location ¶
func Calendar_S3Location(options *S3LocationOptions) Calendar
Creates a calendar from a S3 bucket. Experimental.
type CalendarLocationOptionsBase ¶
type CalendarLocationOptionsBase struct { // The name of the calendar file. // Experimental. CalendarName *string `field:"required" json:"calendarName" yaml:"calendarName"` }
Options for creating a calendar object. Experimental.
type CalendarSetupFunction ¶
type CalendarSetupFunction interface { awslambda.Function // The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64). // Experimental. Architecture() awslambda.Architecture // Whether the addPermission() call adds any permissions. // // True for new Lambdas, false for version $LATEST and imported Lambdas // from different accounts. // Experimental. CanCreatePermissions() *bool // Access the Connections object. // // Will fail if not a VPC-enabled Lambda Function. // Experimental. Connections() awsec2.Connections // Returns a `lambda.Version` which represents the current version of this Lambda function. A new version will be created every time the function's configuration changes. // // You can specify options for this version using the `currentVersionOptions` // prop when initializing the `lambda.Function`. // Experimental. CurrentVersion() awslambda.Version // The DLQ (as queue) associated with this Lambda Function (this is an optional attribute). // Experimental. DeadLetterQueue() awssqs.IQueue // The DLQ (as topic) associated with this Lambda Function (this is an optional attribute). // Experimental. DeadLetterTopic() awssns.ITopic // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. // Experimental. Env() *awscdk.ResourceEnvironment // ARN of this function. // Experimental. FunctionArn() *string // Name of this function. // Experimental. FunctionName() *string // The principal this Lambda Function is running as. // Experimental. GrantPrincipal() awsiam.IPrincipal // Whether or not this Lambda function was bound to a VPC. // // If this is is `false`, trying to access the `connections` object will fail. // Experimental. IsBoundToVpc() *bool // The `$LATEST` version of this function. // // Note that this is reference to a non-specific AWS Lambda version, which // means the function this version refers to can return different results in // different invocations. // // To obtain a reference to an explicit version which references the current // function configuration, use `lambdaFunction.currentVersion` instead. // Experimental. LatestVersion() awslambda.IVersion // The LogGroup where the Lambda function's logs are made available. // // If either `logRetention` is set or this property is called, a CloudFormation custom resource is added to the stack that // pre-creates the log group as part of the stack deployment, if it already doesn't exist, and sets the correct log retention // period (never expire, by default). // // Further, if the log group already exists and the `logRetention` is not set, the custom resource will reset the log retention // to never expire even if it was configured with a different value. // Experimental. LogGroup() awslogs.ILogGroup // The tree node. // Experimental. Node() constructs.Node // The construct node where permissions are attached. // Experimental. PermissionsNode() constructs.Node // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. // Experimental. PhysicalName() *string // The ARN(s) to put into the resource field of the generated IAM policy for grantInvoke(). // Experimental. ResourceArnsForGrantInvoke() *[]*string // Execution role associated with this function. // Experimental. Role() awsiam.IRole // The runtime configured for this lambda. // Experimental. Runtime() awslambda.Runtime // The stack in which this resource is defined. // Experimental. Stack() awscdk.Stack // The timeout configured for this lambda. // Experimental. Timeout() awscdk.Duration // Defines an alias for this function. // // The alias will automatically be updated to point to the latest version of // the function as it is being updated during a deployment. // // “`ts // declare const fn: lambda.Function; // // fn.addAlias('Live'); // // // Is equivalent to // // new lambda.Alias(this, 'AliasLive', { // aliasName: 'Live', // version: fn.currentVersion, // }); // “`. // Experimental. AddAlias(aliasName *string, options *awslambda.AliasOptions) awslambda.Alias // Adds an environment variable to this Lambda function. // // If this is a ref to a Lambda function, this operation results in a no-op. // Experimental. AddEnvironment(key *string, value *string, options *awslambda.EnvironmentOptions) awslambda.Function // Adds an event source to this function. // // Event sources are implemented in the @aws-cdk/aws-lambda-event-sources module. // // The following example adds an SQS Queue as an event source: // “` // import { SqsEventSource } from '@aws-cdk/aws-lambda-event-sources'; // myFunction.addEventSource(new SqsEventSource(myQueue)); // “`. // Experimental. AddEventSource(source awslambda.IEventSource) // Adds an event source that maps to this AWS Lambda function. // Experimental. AddEventSourceMapping(id *string, options *awslambda.EventSourceMappingOptions) awslambda.EventSourceMapping // Adds a url to this lambda function. // Experimental. AddFunctionUrl(options *awslambda.FunctionUrlOptions) awslambda.FunctionUrl // Adds one or more Lambda Layers to this Lambda function. // Experimental. AddLayers(layers ...awslambda.ILayerVersion) // Adds a permission to the Lambda resource policy. // See: Permission for details. // // Experimental. AddPermission(id *string, permission *awslambda.Permission) // Adds a statement to the IAM role assumed by the instance. // Experimental. AddToRolePolicy(statement awsiam.PolicyStatement) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). // Experimental. ApplyRemovalPolicy(policy awscdk.RemovalPolicy) // Configures options for asynchronous invocation. // Experimental. ConfigureAsyncInvoke(options *awslambda.EventInvokeConfigOptions) // A warning will be added to functions under the following conditions: - permissions that include `lambda:InvokeFunction` are added to the unqualified function. // // - function.currentVersion is invoked before or after the permission is created. // // This applies only to permissions on Lambda functions, not versions or aliases. // This function is overridden as a noOp for QualifiedFunctionBase. // Experimental. ConsiderWarningOnInvokeFunctionPermissions(scope constructs.Construct, action *string) // Experimental. GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. // Experimental. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. // Experimental. GetResourceNameAttribute(nameAttr *string) *string // Grant the given identity permissions to invoke this Lambda. // Experimental. GrantInvoke(grantee awsiam.IGrantable) awsiam.Grant // Grant the given identity permissions to invoke this Lambda Function URL. // Experimental. GrantInvokeUrl(grantee awsiam.IGrantable) awsiam.Grant // Return the given named metric for this Function. // Experimental. Metric(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How long execution of this Lambda takes. // // Average over 5 minutes. // Experimental. MetricDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How many invocations of this Lambda fail. // // Sum over 5 minutes. // Experimental. MetricErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How often this Lambda is invoked. // // Sum over 5 minutes. // Experimental. MetricInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How often this Lambda is throttled. // // Sum over 5 minutes. // Experimental. MetricThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // Returns a string representation of this construct. // Experimental. ToString() *string // Experimental. WarnInvokeFunctionPermissions(scope constructs.Construct) }
An AWS Lambda function which executes src/time-windows/calendar/calendar-setup. Experimental.
func NewCalendarSetupFunction ¶
func NewCalendarSetupFunction(scope constructs.Construct, id *string, props *CalendarSetupFunctionProps) CalendarSetupFunction
Experimental.
type CalendarSetupFunctionProps ¶
type CalendarSetupFunctionProps struct { // The maximum age of a request that Lambda sends to a function for processing. // // Minimum: 60 seconds // Maximum: 6 hours. // Experimental. MaxEventAge awscdk.Duration `field:"optional" json:"maxEventAge" yaml:"maxEventAge"` // The destination for failed invocations. // Experimental. OnFailure awslambda.IDestination `field:"optional" json:"onFailure" yaml:"onFailure"` // The destination for successful invocations. // Experimental. OnSuccess awslambda.IDestination `field:"optional" json:"onSuccess" yaml:"onSuccess"` // The maximum number of times to retry when the function returns an error. // // Minimum: 0 // Maximum: 2. // Experimental. RetryAttempts *float64 `field:"optional" json:"retryAttempts" yaml:"retryAttempts"` // Whether to allow the Lambda to send all network traffic. // // If set to false, you must individually add traffic rules to allow the // Lambda to connect to network targets. // Experimental. AllowAllOutbound *bool `field:"optional" json:"allowAllOutbound" yaml:"allowAllOutbound"` // Lambda Functions in a public subnet can NOT access the internet. // // Use this property to acknowledge this limitation and still place the function in a public subnet. // See: https://stackoverflow.com/questions/52992085/why-cant-an-aws-lambda-function-inside-a-public-subnet-in-a-vpc-connect-to-the/52994841#52994841 // // Experimental. AllowPublicSubnet *bool `field:"optional" json:"allowPublicSubnet" yaml:"allowPublicSubnet"` // The system architectures compatible with this lambda function. // Experimental. Architecture awslambda.Architecture `field:"optional" json:"architecture" yaml:"architecture"` // Code signing config associated with this function. // Experimental. CodeSigningConfig awslambda.ICodeSigningConfig `field:"optional" json:"codeSigningConfig" yaml:"codeSigningConfig"` // Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method. // Experimental. CurrentVersionOptions *awslambda.VersionOptions `field:"optional" json:"currentVersionOptions" yaml:"currentVersionOptions"` // The SQS queue to use if DLQ is enabled. // // If SNS topic is desired, specify `deadLetterTopic` property instead. // Experimental. DeadLetterQueue awssqs.IQueue `field:"optional" json:"deadLetterQueue" yaml:"deadLetterQueue"` // Enabled DLQ. // // If `deadLetterQueue` is undefined, // an SQS queue with default options will be defined for your Function. // Experimental. DeadLetterQueueEnabled *bool `field:"optional" json:"deadLetterQueueEnabled" yaml:"deadLetterQueueEnabled"` // The SNS topic to use as a DLQ. // // Note that if `deadLetterQueueEnabled` is set to `true`, an SQS queue will be created // rather than an SNS topic. Using an SNS topic as a DLQ requires this property to be set explicitly. // Experimental. DeadLetterTopic awssns.ITopic `field:"optional" json:"deadLetterTopic" yaml:"deadLetterTopic"` // A description of the function. // Experimental. Description *string `field:"optional" json:"description" yaml:"description"` // Key-value pairs that Lambda caches and makes available for your Lambda functions. // // Use environment variables to apply configuration changes, such // as test and production environment configurations, without changing your // Lambda function source code. // Experimental. Environment *map[string]*string `field:"optional" json:"environment" yaml:"environment"` // The AWS KMS key that's used to encrypt your function's environment variables. // Experimental. EnvironmentEncryption awskms.IKey `field:"optional" json:"environmentEncryption" yaml:"environmentEncryption"` // The size of the function’s /tmp directory in MiB. // Experimental. EphemeralStorageSize awscdk.Size `field:"optional" json:"ephemeralStorageSize" yaml:"ephemeralStorageSize"` // Event sources for this function. // // You can also add event sources using `addEventSource`. // Experimental. Events *[]awslambda.IEventSource `field:"optional" json:"events" yaml:"events"` // The filesystem configuration for the lambda function. // Experimental. Filesystem awslambda.FileSystem `field:"optional" json:"filesystem" yaml:"filesystem"` // A name for the function. // Experimental. FunctionName *string `field:"optional" json:"functionName" yaml:"functionName"` // Initial policy statements to add to the created Lambda Role. // // You can call `addToRolePolicy` to the created lambda to add statements post creation. // Experimental. InitialPolicy *[]awsiam.PolicyStatement `field:"optional" json:"initialPolicy" yaml:"initialPolicy"` // Specify the version of CloudWatch Lambda insights to use for monitoring. // See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-Getting-Started-docker.html // // Experimental. InsightsVersion awslambda.LambdaInsightsVersion `field:"optional" json:"insightsVersion" yaml:"insightsVersion"` // A list of layers to add to the function's execution environment. // // You can configure your Lambda function to pull in // additional code during initialization in the form of layers. Layers are packages of libraries or other dependencies // that can be used by multiple functions. // Experimental. Layers *[]awslambda.ILayerVersion `field:"optional" json:"layers" yaml:"layers"` // The number of days log events are kept in CloudWatch Logs. // // When updating // this property, unsetting it doesn't remove the log retention policy. To // remove the retention policy, set the value to `INFINITE`. // Experimental. LogRetention awslogs.RetentionDays `field:"optional" json:"logRetention" yaml:"logRetention"` // When log retention is specified, a custom resource attempts to create the CloudWatch log group. // // These options control the retry policy when interacting with CloudWatch APIs. // Experimental. LogRetentionRetryOptions *awslambda.LogRetentionRetryOptions `field:"optional" json:"logRetentionRetryOptions" yaml:"logRetentionRetryOptions"` // The IAM role for the Lambda function associated with the custom resource that sets the retention policy. // Experimental. LogRetentionRole awsiam.IRole `field:"optional" json:"logRetentionRole" yaml:"logRetentionRole"` // The amount of memory, in MB, that is allocated to your Lambda function. // // Lambda uses this value to proportionally allocate the amount of CPU // power. For more information, see Resource Model in the AWS Lambda // Developer Guide. // Experimental. MemorySize *float64 `field:"optional" json:"memorySize" yaml:"memorySize"` // Enable profiling. // See: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-lambda.html // // Experimental. Profiling *bool `field:"optional" json:"profiling" yaml:"profiling"` // Profiling Group. // See: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-lambda.html // // Experimental. ProfilingGroup awscodeguruprofiler.IProfilingGroup `field:"optional" json:"profilingGroup" yaml:"profilingGroup"` // The maximum of concurrent executions you want to reserve for the function. // See: https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html // // Experimental. ReservedConcurrentExecutions *float64 `field:"optional" json:"reservedConcurrentExecutions" yaml:"reservedConcurrentExecutions"` // Lambda execution role. // // This is the role that will be assumed by the function upon execution. // It controls the permissions that the function will have. The Role must // be assumable by the 'lambda.amazonaws.com' service principal. // // The default Role automatically has permissions granted for Lambda execution. If you // provide a Role, you must add the relevant AWS managed policies yourself. // // The relevant managed policies are "service-role/AWSLambdaBasicExecutionRole" and // "service-role/AWSLambdaVPCAccessExecutionRole". // Experimental. Role awsiam.IRole `field:"optional" json:"role" yaml:"role"` // The list of security groups to associate with the Lambda's network interfaces. // // Only used if 'vpc' is supplied. // Experimental. SecurityGroups *[]awsec2.ISecurityGroup `field:"optional" json:"securityGroups" yaml:"securityGroups"` // The function execution time (in seconds) after which Lambda terminates the function. // // Because the execution time affects cost, set this value // based on the function's expected execution time. // Experimental. Timeout awscdk.Duration `field:"optional" json:"timeout" yaml:"timeout"` // Enable AWS X-Ray Tracing for Lambda Function. // Experimental. Tracing awslambda.Tracing `field:"optional" json:"tracing" yaml:"tracing"` // VPC network to place Lambda network interfaces. // // Specify this if the Lambda function needs to access resources in a VPC. // This is required when `vpcSubnets` is specified. // Experimental. Vpc awsec2.IVpc `field:"optional" json:"vpc" yaml:"vpc"` // Where to place the network interfaces within the VPC. // // This requires `vpc` to be specified in order for interfaces to actually be // placed in the subnets. If `vpc` is not specify, this will raise an error. // // Note: Internet access for Lambda Functions requires a NAT Gateway, so picking // public subnets is not allowed (unless `allowPublicSubnet` is set to `true`). // Experimental. VpcSubnets *awsec2.SubnetSelection `field:"optional" json:"vpcSubnets" yaml:"vpcSubnets"` }
Props for CalendarSetupFunction. Experimental.
type CalendarSourceType ¶
type CalendarSourceType string
The source types for the calendar file. Experimental.
const ( // The calendar source is an S3 Bucket. // Experimental. CalendarSourceType_S3_OBJECT CalendarSourceType = "S3_OBJECT" // The calendar source is a local path. // Experimental. CalendarSourceType_PATH CalendarSourceType = "PATH" )
type ChangeController ¶
type ChangeController interface { constructs.Construct // The tree node. // Experimental. Node() constructs.Node // Returns a string representation of this construct. // Experimental. ToString() *string }
A change controller.
When added to a stage in a pipeline, this will check against a calendar and enable or disable the stage transition based off that calendar, defaulting to closed when the calendar cannot be found or when the check against it fails. It also checks to against alarms. Experimental.
func NewChangeController ¶
func NewChangeController(scope constructs.Construct, id *string, props *ChangeControllerProps) ChangeController
Experimental.
type ChangeControllerEvent ¶
type ChangeControllerEvent struct { // The calendar used to determine whether a stage transition should be opened or closed. // Experimental. Calendar Calendar `field:"required" json:"calendar" yaml:"calendar"` // The name of the pipeline the Change Controller will be added to. // Experimental. PipelineName *string `field:"required" json:"pipelineName" yaml:"pipelineName"` // The terms in alarm descriptions to seach for to determine if alarms should be checked. // // If any of the alarms matching these search terms are in ALARM state, the stage transition will be closed. // Experimental. SearchTerms *[]*string `field:"required" json:"searchTerms" yaml:"searchTerms"` // The name of the stage the Change Controller will be added to. // Experimental. StageName *string `field:"required" json:"stageName" yaml:"stageName"` }
The event inputs required for the ChangeController lambda function. Experimental.
type ChangeControllerFunction ¶
type ChangeControllerFunction interface { awslambda.Function // The architecture of this Lambda Function (this is an optional attribute and defaults to X86_64). // Experimental. Architecture() awslambda.Architecture // Whether the addPermission() call adds any permissions. // // True for new Lambdas, false for version $LATEST and imported Lambdas // from different accounts. // Experimental. CanCreatePermissions() *bool // Access the Connections object. // // Will fail if not a VPC-enabled Lambda Function. // Experimental. Connections() awsec2.Connections // Returns a `lambda.Version` which represents the current version of this Lambda function. A new version will be created every time the function's configuration changes. // // You can specify options for this version using the `currentVersionOptions` // prop when initializing the `lambda.Function`. // Experimental. CurrentVersion() awslambda.Version // The DLQ (as queue) associated with this Lambda Function (this is an optional attribute). // Experimental. DeadLetterQueue() awssqs.IQueue // The DLQ (as topic) associated with this Lambda Function (this is an optional attribute). // Experimental. DeadLetterTopic() awssns.ITopic // The environment this resource belongs to. // // For resources that are created and managed by the CDK // (generally, those created by creating new class instances like Role, Bucket, etc.), // this is always the same as the environment of the stack they belong to; // however, for imported resources // (those obtained from static methods like fromRoleArn, fromBucketName, etc.), // that might be different than the stack they were imported into. // Experimental. Env() *awscdk.ResourceEnvironment // ARN of this function. // Experimental. FunctionArn() *string // Name of this function. // Experimental. FunctionName() *string // The principal this Lambda Function is running as. // Experimental. GrantPrincipal() awsiam.IPrincipal // Whether or not this Lambda function was bound to a VPC. // // If this is is `false`, trying to access the `connections` object will fail. // Experimental. IsBoundToVpc() *bool // The `$LATEST` version of this function. // // Note that this is reference to a non-specific AWS Lambda version, which // means the function this version refers to can return different results in // different invocations. // // To obtain a reference to an explicit version which references the current // function configuration, use `lambdaFunction.currentVersion` instead. // Experimental. LatestVersion() awslambda.IVersion // The LogGroup where the Lambda function's logs are made available. // // If either `logRetention` is set or this property is called, a CloudFormation custom resource is added to the stack that // pre-creates the log group as part of the stack deployment, if it already doesn't exist, and sets the correct log retention // period (never expire, by default). // // Further, if the log group already exists and the `logRetention` is not set, the custom resource will reset the log retention // to never expire even if it was configured with a different value. // Experimental. LogGroup() awslogs.ILogGroup // The tree node. // Experimental. Node() constructs.Node // The construct node where permissions are attached. // Experimental. PermissionsNode() constructs.Node // Returns a string-encoded token that resolves to the physical name that should be passed to the CloudFormation resource. // // This value will resolve to one of the following: // - a concrete value (e.g. `"my-awesome-bucket"`) // - `undefined`, when a name should be generated by CloudFormation // - a concrete name generated automatically during synthesis, in // cross-environment scenarios. // Experimental. PhysicalName() *string // The ARN(s) to put into the resource field of the generated IAM policy for grantInvoke(). // Experimental. ResourceArnsForGrantInvoke() *[]*string // Execution role associated with this function. // Experimental. Role() awsiam.IRole // The runtime configured for this lambda. // Experimental. Runtime() awslambda.Runtime // The stack in which this resource is defined. // Experimental. Stack() awscdk.Stack // The timeout configured for this lambda. // Experimental. Timeout() awscdk.Duration // Defines an alias for this function. // // The alias will automatically be updated to point to the latest version of // the function as it is being updated during a deployment. // // “`ts // declare const fn: lambda.Function; // // fn.addAlias('Live'); // // // Is equivalent to // // new lambda.Alias(this, 'AliasLive', { // aliasName: 'Live', // version: fn.currentVersion, // }); // “`. // Experimental. AddAlias(aliasName *string, options *awslambda.AliasOptions) awslambda.Alias // Adds an environment variable to this Lambda function. // // If this is a ref to a Lambda function, this operation results in a no-op. // Experimental. AddEnvironment(key *string, value *string, options *awslambda.EnvironmentOptions) awslambda.Function // Adds an event source to this function. // // Event sources are implemented in the @aws-cdk/aws-lambda-event-sources module. // // The following example adds an SQS Queue as an event source: // “` // import { SqsEventSource } from '@aws-cdk/aws-lambda-event-sources'; // myFunction.addEventSource(new SqsEventSource(myQueue)); // “`. // Experimental. AddEventSource(source awslambda.IEventSource) // Adds an event source that maps to this AWS Lambda function. // Experimental. AddEventSourceMapping(id *string, options *awslambda.EventSourceMappingOptions) awslambda.EventSourceMapping // Adds a url to this lambda function. // Experimental. AddFunctionUrl(options *awslambda.FunctionUrlOptions) awslambda.FunctionUrl // Adds one or more Lambda Layers to this Lambda function. // Experimental. AddLayers(layers ...awslambda.ILayerVersion) // Adds a permission to the Lambda resource policy. // See: Permission for details. // // Experimental. AddPermission(id *string, permission *awslambda.Permission) // Adds a statement to the IAM role assumed by the instance. // Experimental. AddToRolePolicy(statement awsiam.PolicyStatement) // Apply the given removal policy to this resource. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). // Experimental. ApplyRemovalPolicy(policy awscdk.RemovalPolicy) // Configures options for asynchronous invocation. // Experimental. ConfigureAsyncInvoke(options *awslambda.EventInvokeConfigOptions) // A warning will be added to functions under the following conditions: - permissions that include `lambda:InvokeFunction` are added to the unqualified function. // // - function.currentVersion is invoked before or after the permission is created. // // This applies only to permissions on Lambda functions, not versions or aliases. // This function is overridden as a noOp for QualifiedFunctionBase. // Experimental. ConsiderWarningOnInvokeFunctionPermissions(scope constructs.Construct, action *string) // Experimental. GeneratePhysicalName() *string // Returns an environment-sensitive token that should be used for the resource's "ARN" attribute (e.g. `bucket.bucketArn`). // // Normally, this token will resolve to `arnAttr`, but if the resource is // referenced across environments, `arnComponents` will be used to synthesize // a concrete ARN with the resource's physical name. Make sure to reference // `this.physicalName` in `arnComponents`. // Experimental. GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string // Returns an environment-sensitive token that should be used for the resource's "name" attribute (e.g. `bucket.bucketName`). // // Normally, this token will resolve to `nameAttr`, but if the resource is // referenced across environments, it will be resolved to `this.physicalName`, // which will be a concrete name. // Experimental. GetResourceNameAttribute(nameAttr *string) *string // Grant the given identity permissions to invoke this Lambda. // Experimental. GrantInvoke(grantee awsiam.IGrantable) awsiam.Grant // Grant the given identity permissions to invoke this Lambda Function URL. // Experimental. GrantInvokeUrl(grantee awsiam.IGrantable) awsiam.Grant // Return the given named metric for this Function. // Experimental. Metric(metricName *string, props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How long execution of this Lambda takes. // // Average over 5 minutes. // Experimental. MetricDuration(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How many invocations of this Lambda fail. // // Sum over 5 minutes. // Experimental. MetricErrors(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How often this Lambda is invoked. // // Sum over 5 minutes. // Experimental. MetricInvocations(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // How often this Lambda is throttled. // // Sum over 5 minutes. // Experimental. MetricThrottles(props *awscloudwatch.MetricOptions) awscloudwatch.Metric // Returns a string representation of this construct. // Experimental. ToString() *string // Experimental. WarnInvokeFunctionPermissions(scope constructs.Construct) }
An AWS Lambda function which executes src/time-windows/change-controller/change-controller. Experimental.
func NewChangeControllerFunction ¶
func NewChangeControllerFunction(scope constructs.Construct, id *string, props *ChangeControllerFunctionProps) ChangeControllerFunction
Experimental.
type ChangeControllerFunctionProps ¶
type ChangeControllerFunctionProps struct { // The maximum age of a request that Lambda sends to a function for processing. // // Minimum: 60 seconds // Maximum: 6 hours. // Experimental. MaxEventAge awscdk.Duration `field:"optional" json:"maxEventAge" yaml:"maxEventAge"` // The destination for failed invocations. // Experimental. OnFailure awslambda.IDestination `field:"optional" json:"onFailure" yaml:"onFailure"` // The destination for successful invocations. // Experimental. OnSuccess awslambda.IDestination `field:"optional" json:"onSuccess" yaml:"onSuccess"` // The maximum number of times to retry when the function returns an error. // // Minimum: 0 // Maximum: 2. // Experimental. RetryAttempts *float64 `field:"optional" json:"retryAttempts" yaml:"retryAttempts"` // Whether to allow the Lambda to send all network traffic. // // If set to false, you must individually add traffic rules to allow the // Lambda to connect to network targets. // Experimental. AllowAllOutbound *bool `field:"optional" json:"allowAllOutbound" yaml:"allowAllOutbound"` // Lambda Functions in a public subnet can NOT access the internet. // // Use this property to acknowledge this limitation and still place the function in a public subnet. // See: https://stackoverflow.com/questions/52992085/why-cant-an-aws-lambda-function-inside-a-public-subnet-in-a-vpc-connect-to-the/52994841#52994841 // // Experimental. AllowPublicSubnet *bool `field:"optional" json:"allowPublicSubnet" yaml:"allowPublicSubnet"` // The system architectures compatible with this lambda function. // Experimental. Architecture awslambda.Architecture `field:"optional" json:"architecture" yaml:"architecture"` // Code signing config associated with this function. // Experimental. CodeSigningConfig awslambda.ICodeSigningConfig `field:"optional" json:"codeSigningConfig" yaml:"codeSigningConfig"` // Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method. // Experimental. CurrentVersionOptions *awslambda.VersionOptions `field:"optional" json:"currentVersionOptions" yaml:"currentVersionOptions"` // The SQS queue to use if DLQ is enabled. // // If SNS topic is desired, specify `deadLetterTopic` property instead. // Experimental. DeadLetterQueue awssqs.IQueue `field:"optional" json:"deadLetterQueue" yaml:"deadLetterQueue"` // Enabled DLQ. // // If `deadLetterQueue` is undefined, // an SQS queue with default options will be defined for your Function. // Experimental. DeadLetterQueueEnabled *bool `field:"optional" json:"deadLetterQueueEnabled" yaml:"deadLetterQueueEnabled"` // The SNS topic to use as a DLQ. // // Note that if `deadLetterQueueEnabled` is set to `true`, an SQS queue will be created // rather than an SNS topic. Using an SNS topic as a DLQ requires this property to be set explicitly. // Experimental. DeadLetterTopic awssns.ITopic `field:"optional" json:"deadLetterTopic" yaml:"deadLetterTopic"` // A description of the function. // Experimental. Description *string `field:"optional" json:"description" yaml:"description"` // Key-value pairs that Lambda caches and makes available for your Lambda functions. // // Use environment variables to apply configuration changes, such // as test and production environment configurations, without changing your // Lambda function source code. // Experimental. Environment *map[string]*string `field:"optional" json:"environment" yaml:"environment"` // The AWS KMS key that's used to encrypt your function's environment variables. // Experimental. EnvironmentEncryption awskms.IKey `field:"optional" json:"environmentEncryption" yaml:"environmentEncryption"` // The size of the function’s /tmp directory in MiB. // Experimental. EphemeralStorageSize awscdk.Size `field:"optional" json:"ephemeralStorageSize" yaml:"ephemeralStorageSize"` // Event sources for this function. // // You can also add event sources using `addEventSource`. // Experimental. Events *[]awslambda.IEventSource `field:"optional" json:"events" yaml:"events"` // The filesystem configuration for the lambda function. // Experimental. Filesystem awslambda.FileSystem `field:"optional" json:"filesystem" yaml:"filesystem"` // A name for the function. // Experimental. FunctionName *string `field:"optional" json:"functionName" yaml:"functionName"` // Initial policy statements to add to the created Lambda Role. // // You can call `addToRolePolicy` to the created lambda to add statements post creation. // Experimental. InitialPolicy *[]awsiam.PolicyStatement `field:"optional" json:"initialPolicy" yaml:"initialPolicy"` // Specify the version of CloudWatch Lambda insights to use for monitoring. // See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-Getting-Started-docker.html // // Experimental. InsightsVersion awslambda.LambdaInsightsVersion `field:"optional" json:"insightsVersion" yaml:"insightsVersion"` // A list of layers to add to the function's execution environment. // // You can configure your Lambda function to pull in // additional code during initialization in the form of layers. Layers are packages of libraries or other dependencies // that can be used by multiple functions. // Experimental. Layers *[]awslambda.ILayerVersion `field:"optional" json:"layers" yaml:"layers"` // The number of days log events are kept in CloudWatch Logs. // // When updating // this property, unsetting it doesn't remove the log retention policy. To // remove the retention policy, set the value to `INFINITE`. // Experimental. LogRetention awslogs.RetentionDays `field:"optional" json:"logRetention" yaml:"logRetention"` // When log retention is specified, a custom resource attempts to create the CloudWatch log group. // // These options control the retry policy when interacting with CloudWatch APIs. // Experimental. LogRetentionRetryOptions *awslambda.LogRetentionRetryOptions `field:"optional" json:"logRetentionRetryOptions" yaml:"logRetentionRetryOptions"` // The IAM role for the Lambda function associated with the custom resource that sets the retention policy. // Experimental. LogRetentionRole awsiam.IRole `field:"optional" json:"logRetentionRole" yaml:"logRetentionRole"` // The amount of memory, in MB, that is allocated to your Lambda function. // // Lambda uses this value to proportionally allocate the amount of CPU // power. For more information, see Resource Model in the AWS Lambda // Developer Guide. // Experimental. MemorySize *float64 `field:"optional" json:"memorySize" yaml:"memorySize"` // Enable profiling. // See: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-lambda.html // // Experimental. Profiling *bool `field:"optional" json:"profiling" yaml:"profiling"` // Profiling Group. // See: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-lambda.html // // Experimental. ProfilingGroup awscodeguruprofiler.IProfilingGroup `field:"optional" json:"profilingGroup" yaml:"profilingGroup"` // The maximum of concurrent executions you want to reserve for the function. // See: https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html // // Experimental. ReservedConcurrentExecutions *float64 `field:"optional" json:"reservedConcurrentExecutions" yaml:"reservedConcurrentExecutions"` // Lambda execution role. // // This is the role that will be assumed by the function upon execution. // It controls the permissions that the function will have. The Role must // be assumable by the 'lambda.amazonaws.com' service principal. // // The default Role automatically has permissions granted for Lambda execution. If you // provide a Role, you must add the relevant AWS managed policies yourself. // // The relevant managed policies are "service-role/AWSLambdaBasicExecutionRole" and // "service-role/AWSLambdaVPCAccessExecutionRole". // Experimental. Role awsiam.IRole `field:"optional" json:"role" yaml:"role"` // The list of security groups to associate with the Lambda's network interfaces. // // Only used if 'vpc' is supplied. // Experimental. SecurityGroups *[]awsec2.ISecurityGroup `field:"optional" json:"securityGroups" yaml:"securityGroups"` // The function execution time (in seconds) after which Lambda terminates the function. // // Because the execution time affects cost, set this value // based on the function's expected execution time. // Experimental. Timeout awscdk.Duration `field:"optional" json:"timeout" yaml:"timeout"` // Enable AWS X-Ray Tracing for Lambda Function. // Experimental. Tracing awslambda.Tracing `field:"optional" json:"tracing" yaml:"tracing"` // VPC network to place Lambda network interfaces. // // Specify this if the Lambda function needs to access resources in a VPC. // This is required when `vpcSubnets` is specified. // Experimental. Vpc awsec2.IVpc `field:"optional" json:"vpc" yaml:"vpc"` // Where to place the network interfaces within the VPC. // // This requires `vpc` to be specified in order for interfaces to actually be // placed in the subnets. If `vpc` is not specify, this will raise an error. // // Note: Internet access for Lambda Functions requires a NAT Gateway, so picking // public subnets is not allowed (unless `allowPublicSubnet` is set to `true`). // Experimental. VpcSubnets *awsec2.SubnetSelection `field:"optional" json:"vpcSubnets" yaml:"vpcSubnets"` }
Props for ChangeControllerFunction. Experimental.
type ChangeControllerProps ¶
type ChangeControllerProps struct { // The calendar object. // Experimental. Calendar Calendar `field:"required" json:"calendar" yaml:"calendar"` // The schedule on which to check the calendar and alarm state. // Experimental. Schedule awsevents.Schedule `field:"required" json:"schedule" yaml:"schedule"` // The terms to search for in alarm descriptions. // // These if these alarms are in ALARM state, the change controller will close // the pipeline stage. // Experimental. SearchTerms *[]*string `field:"required" json:"searchTerms" yaml:"searchTerms"` // The pipeline stage. // Experimental. Stage awscodepipeline.IStage `field:"required" json:"stage" yaml:"stage"` }
Properties used to create change controller. Experimental.
type GetAlarmStateOptions ¶
type GetAlarmStateOptions struct { // Experimental. SearchTerms *[]*string `field:"required" json:"searchTerms" yaml:"searchTerms"` }
searchTerms: a list of terms to match in the alarm description. Experimental.
type IAlarmDetail ¶
type IAlarmDetail interface { // Experimental. AlarmArn() *string // Experimental. AlarmDescription() *string // Experimental. Reason() *string // Experimental. SetReason(r *string) // Experimental. State() *string }
Experimental.
type LocalPathOptions ¶ added in v0.0.7
type LocalPathOptions struct { // The name of the calendar file. // Experimental. CalendarName *string `field:"required" json:"calendarName" yaml:"calendarName"` // The relative path to the calendar file. // Experimental. CalendarPath *string `field:"required" json:"calendarPath" yaml:"calendarPath"` }
Options for creating a calendar from a local file path. Experimental.
type PipelineWithChangeControl ¶
type PipelineWithChangeControl interface { constructs.Construct // The tree node. // Experimental. Node() constructs.Node // Returns a string representation of this construct. // Experimental. ToString() *string }
A pipeline with a change controller. Experimental.
func NewPipelineWithChangeControl ¶
func NewPipelineWithChangeControl(scope constructs.Construct, id *string, props *PipelineWithChangeControlProps) PipelineWithChangeControl
Experimental.
type PipelineWithChangeControlProps ¶
type PipelineWithChangeControlProps struct { // The calendar used for determining time windows. // Experimental. ChangeControlCalendar Calendar `field:"required" json:"changeControlCalendar" yaml:"changeControlCalendar"` // The schedule on which to check the calendar. // Experimental. ChangeControlCheckSchedule awsevents.Schedule `field:"required" json:"changeControlCheckSchedule" yaml:"changeControlCheckSchedule"` // The name of the pipeline. // Experimental. PipelineName *string `field:"required" json:"pipelineName" yaml:"pipelineName"` // The terms in the alarm descriptions to search for. // // These if the alarms containing those search terms are in ALARM, // the stage transition will be closed. // Experimental. SearchTerms *[]*string `field:"required" json:"searchTerms" yaml:"searchTerms"` // The AWS CodeCommit repository to be used as the source stage. // Experimental. SourceRepository awscodecommit.IRepository `field:"required" json:"sourceRepository" yaml:"sourceRepository"` // The role used for running the pipeline. // Experimental. PipelineRole awsiam.IRole `field:"optional" json:"pipelineRole" yaml:"pipelineRole"` }
Props for creating a pipeline with a change controller. Experimental.
type S3LocationOptions ¶
type S3LocationOptions struct { // The name of the calendar file. // Experimental. CalendarName *string `field:"required" json:"calendarName" yaml:"calendarName"` // The bucket where the calendar is stored. // Experimental. Bucket awss3.IBucket `field:"required" json:"bucket" yaml:"bucket"` // The role used for getting the calendar file. // Experimental. Role awsiam.IRole `field:"optional" json:"role" yaml:"role"` }
Options for creating a calendar from a file in a S3 Bucket. Experimental.
Source Files ¶
- cdklabscdkcodepipelineextensions.go
- cdklabscdkcodepipelineextensions_AggregateAlarmState.go
- cdklabscdkcodepipelineextensions_AlarmState.go
- cdklabscdkcodepipelineextensions_Calendar.go
- cdklabscdkcodepipelineextensions_CalendarLocationOptionsBase.go
- cdklabscdkcodepipelineextensions_CalendarSetupFunction.go
- cdklabscdkcodepipelineextensions_CalendarSetupFunctionProps.go
- cdklabscdkcodepipelineextensions_CalendarSetupFunction__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_CalendarSourceType.go
- cdklabscdkcodepipelineextensions_Calendar__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_ChangeController.go
- cdklabscdkcodepipelineextensions_ChangeControllerEvent.go
- cdklabscdkcodepipelineextensions_ChangeControllerFunction.go
- cdklabscdkcodepipelineextensions_ChangeControllerFunctionProps.go
- cdklabscdkcodepipelineextensions_ChangeControllerFunction__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_ChangeControllerProps.go
- cdklabscdkcodepipelineextensions_ChangeController__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_GetAlarmStateOptions.go
- cdklabscdkcodepipelineextensions_IAlarmDetail.go
- cdklabscdkcodepipelineextensions_IAlarmDetail__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_LocalPathOptions.go
- cdklabscdkcodepipelineextensions_PipelineWithChangeControl.go
- cdklabscdkcodepipelineextensions_PipelineWithChangeControlProps.go
- cdklabscdkcodepipelineextensions_PipelineWithChangeControl__runtime_type_checks.go
- cdklabscdkcodepipelineextensions_S3LocationOptions.go