Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lightsail package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lightsail package.
(build-cfn-alarm-builder builder id config)
The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration. The function takes the CfnAlarm$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
alarmName | java.lang.String | cdk.support/lookup-entry | :alarm-name |
comparisonOperator | java.lang.String | cdk.support/lookup-entry | :comparison-operator |
contactProtocols | java.util.List | cdk.support/lookup-entry | :contact-protocols |
datapointsToAlarm | java.lang.Number | cdk.support/lookup-entry | :datapoints-to-alarm |
evaluationPeriods | java.lang.Number | cdk.support/lookup-entry | :evaluation-periods |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
monitoredResourceName | java.lang.String | cdk.support/lookup-entry | :monitored-resource-name |
notificationEnabled | java.lang.Boolean | cdk.support/lookup-entry | :notification-enabled |
notificationTriggers | java.util.List | cdk.support/lookup-entry | :notification-triggers |
threshold | java.lang.Number | cdk.support/lookup-entry | :threshold |
treatMissingData | java.lang.String | cdk.support/lookup-entry | :treat-missing-data |
The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration. The function takes the CfnAlarm$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` | | `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` | | `contactProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-protocols` | | `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` | | `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `monitoredResourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitored-resource-name` | | `notificationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notification-enabled` | | `notificationTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-triggers` | | `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` | | `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
(build-cfn-alarm-props-builder builder id config)
The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration. The function takes the CfnAlarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
alarmName | java.lang.String | cdk.support/lookup-entry | :alarm-name |
comparisonOperator | java.lang.String | cdk.support/lookup-entry | :comparison-operator |
contactProtocols | java.util.List | cdk.support/lookup-entry | :contact-protocols |
datapointsToAlarm | java.lang.Number | cdk.support/lookup-entry | :datapoints-to-alarm |
evaluationPeriods | java.lang.Number | cdk.support/lookup-entry | :evaluation-periods |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
monitoredResourceName | java.lang.String | cdk.support/lookup-entry | :monitored-resource-name |
notificationEnabled | java.lang.Boolean | cdk.support/lookup-entry | :notification-enabled |
notificationTriggers | java.util.List | cdk.support/lookup-entry | :notification-triggers |
threshold | java.lang.Number | cdk.support/lookup-entry | :threshold |
treatMissingData | java.lang.String | cdk.support/lookup-entry | :treat-missing-data |
The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration. The function takes the CfnAlarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` | | `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` | | `contactProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-protocols` | | `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` | | `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `monitoredResourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitored-resource-name` | | `notificationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notification-enabled` | | `notificationTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-triggers` | | `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` | | `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
(build-cfn-bucket-access-rules-property-builder builder id config)
The build-cfn-bucket-access-rules-property-builder function updates a CfnBucket$AccessRulesProperty$Builder instance using the provided configuration. The function takes the CfnBucket$AccessRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowPublicOverrides | java.lang.Boolean | cdk.support/lookup-entry | :allow-public-overrides |
objectAccess | java.lang.String | cdk.support/lookup-entry | :object-access |
The build-cfn-bucket-access-rules-property-builder function updates a CfnBucket$AccessRulesProperty$Builder instance using the provided configuration. The function takes the CfnBucket$AccessRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowPublicOverrides` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-overrides` | | `objectAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-access` |
(build-cfn-bucket-builder builder id config)
The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration. The function takes the CfnBucket$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessRules | software.amazon.awscdk.services.lightsail.CfnBucket$AccessRulesProperty | cdk.support/lookup-entry | :access-rules |
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
objectVersioning | java.lang.Boolean | cdk.support/lookup-entry | :object-versioning |
readOnlyAccessAccounts | java.util.List | cdk.support/lookup-entry | :read-only-access-accounts |
resourcesReceivingAccess | java.util.List | cdk.support/lookup-entry | :resources-receiving-access |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration. The function takes the CfnBucket$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessRules` | software.amazon.awscdk.services.lightsail.CfnBucket$AccessRulesProperty | [[cdk.support/lookup-entry]] | `:access-rules` | | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `objectVersioning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:object-versioning` | | `readOnlyAccessAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:read-only-access-accounts` | | `resourcesReceivingAccess` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-receiving-access` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-bucket-props-builder builder id config)
The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration. The function takes the CfnBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :access-rules |
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
objectVersioning | java.lang.Boolean | cdk.support/lookup-entry | :object-versioning |
readOnlyAccessAccounts | java.util.List | cdk.support/lookup-entry | :read-only-access-accounts |
resourcesReceivingAccess | java.util.List | cdk.support/lookup-entry | :resources-receiving-access |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration. The function takes the CfnBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-rules` | | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `objectVersioning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:object-versioning` | | `readOnlyAccessAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:read-only-access-accounts` | | `resourcesReceivingAccess` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-receiving-access` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-certificate-builder builder id config)
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-certificate-props-builder builder id config)
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
subjectAlternativeNames | java.util.List | cdk.support/lookup-entry | :subject-alternative-names |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-container-builder builder id config)
The build-cfn-container-builder function updates a CfnContainer$Builder instance using the provided configuration. The function takes the CfnContainer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerServiceDeployment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :container-service-deployment |
isDisabled | java.lang.Boolean | cdk.support/lookup-entry | :is-disabled |
power | java.lang.String | cdk.support/lookup-entry | :power |
privateRegistryAccess | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-registry-access |
publicDomainNames | java.util.List | cdk.support/lookup-entry | :public-domain-names |
scale | java.lang.Number | cdk.support/lookup-entry | :scale |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-container-builder function updates a CfnContainer$Builder instance using the provided configuration. The function takes the CfnContainer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerServiceDeployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-service-deployment` | | `isDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-disabled` | | `power` | java.lang.String | [[cdk.support/lookup-entry]] | `:power` | | `privateRegistryAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-registry-access` | | `publicDomainNames` | java.util.List | [[cdk.support/lookup-entry]] | `:public-domain-names` | | `scale` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-container-container-property-builder builder id config)
The build-cfn-container-container-property-builder function updates a CfnContainer$ContainerProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
command | java.util.List | cdk.support/lookup-entry | :command |
containerName | java.lang.String | cdk.support/lookup-entry | :container-name |
environment | java.util.List | cdk.support/lookup-entry | :environment |
image | java.lang.String | cdk.support/lookup-entry | :image |
ports | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ports |
The build-cfn-container-container-property-builder function updates a CfnContainer$ContainerProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` | | `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` | | `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` | | `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` | | `ports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ports` |
(build-cfn-container-container-service-deployment-property-builder builder
id
config)
The build-cfn-container-container-service-deployment-property-builder function updates a CfnContainer$ContainerServiceDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerServiceDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containers | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :containers |
publicEndpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :public-endpoint |
The build-cfn-container-container-service-deployment-property-builder function updates a CfnContainer$ContainerServiceDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerServiceDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:containers` | | `publicEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:public-endpoint` |
(build-cfn-container-ecr-image-puller-role-property-builder builder id config)
The build-cfn-container-ecr-image-puller-role-property-builder function updates a CfnContainer$EcrImagePullerRoleProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EcrImagePullerRoleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
isActive | java.lang.Boolean | cdk.support/lookup-entry | :is-active |
principalArn | java.lang.String | cdk.support/lookup-entry | :principal-arn |
The build-cfn-container-ecr-image-puller-role-property-builder function updates a CfnContainer$EcrImagePullerRoleProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EcrImagePullerRoleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `isActive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-active` | | `principalArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal-arn` |
(build-cfn-container-environment-variable-property-builder builder id config)
The build-cfn-container-environment-variable-property-builder function updates a CfnContainer$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
value | java.lang.String | cdk.support/lookup-entry | :value |
variable | java.lang.String | cdk.support/lookup-entry | :variable |
The build-cfn-container-environment-variable-property-builder function updates a CfnContainer$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` | | `variable` | java.lang.String | [[cdk.support/lookup-entry]] | `:variable` |
(build-cfn-container-health-check-config-property-builder builder id config)
The build-cfn-container-health-check-config-property-builder function updates a CfnContainer$HealthCheckConfigProperty$Builder instance using the provided configuration. The function takes the CfnContainer$HealthCheckConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
healthyThreshold | java.lang.Number | cdk.support/lookup-entry | :healthy-threshold |
intervalSeconds | java.lang.Number | cdk.support/lookup-entry | :interval-seconds |
path | java.lang.String | cdk.support/lookup-entry | :path |
successCodes | java.lang.String | cdk.support/lookup-entry | :success-codes |
timeoutSeconds | java.lang.Number | cdk.support/lookup-entry | :timeout-seconds |
unhealthyThreshold | java.lang.Number | cdk.support/lookup-entry | :unhealthy-threshold |
The build-cfn-container-health-check-config-property-builder function updates a CfnContainer$HealthCheckConfigProperty$Builder instance using the provided configuration. The function takes the CfnContainer$HealthCheckConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` | | `intervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval-seconds` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `successCodes` | java.lang.String | [[cdk.support/lookup-entry]] | `:success-codes` | | `timeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-seconds` | | `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
(build-cfn-container-port-info-property-builder builder id config)
The build-cfn-container-port-info-property-builder function updates a CfnContainer$PortInfoProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PortInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.String | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
The build-cfn-container-port-info-property-builder function updates a CfnContainer$PortInfoProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PortInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
(build-cfn-container-private-registry-access-property-builder builder id config)
The build-cfn-container-private-registry-access-property-builder function updates a CfnContainer$PrivateRegistryAccessProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PrivateRegistryAccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ecrImagePullerRole | software.amazon.awscdk.services.lightsail.CfnContainer$EcrImagePullerRoleProperty | cdk.support/lookup-entry | :ecr-image-puller-role |
The build-cfn-container-private-registry-access-property-builder function updates a CfnContainer$PrivateRegistryAccessProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PrivateRegistryAccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ecrImagePullerRole` | software.amazon.awscdk.services.lightsail.CfnContainer$EcrImagePullerRoleProperty | [[cdk.support/lookup-entry]] | `:ecr-image-puller-role` |
(build-cfn-container-props-builder builder id config)
The build-cfn-container-props-builder function updates a CfnContainerProps$Builder instance using the provided configuration. The function takes the CfnContainerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerServiceDeployment | software.amazon.awscdk.services.lightsail.CfnContainer$ContainerServiceDeploymentProperty | cdk.support/lookup-entry | :container-service-deployment |
isDisabled | java.lang.Boolean | cdk.support/lookup-entry | :is-disabled |
power | java.lang.String | cdk.support/lookup-entry | :power |
privateRegistryAccess | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-registry-access |
publicDomainNames | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :public-domain-names |
scale | java.lang.Number | cdk.support/lookup-entry | :scale |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-container-props-builder function updates a CfnContainerProps$Builder instance using the provided configuration. The function takes the CfnContainerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerServiceDeployment` | software.amazon.awscdk.services.lightsail.CfnContainer$ContainerServiceDeploymentProperty | [[cdk.support/lookup-entry]] | `:container-service-deployment` | | `isDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-disabled` | | `power` | java.lang.String | [[cdk.support/lookup-entry]] | `:power` | | `privateRegistryAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-registry-access` | | `publicDomainNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:public-domain-names` | | `scale` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-container-public-domain-name-property-builder builder id config)
The build-cfn-container-public-domain-name-property-builder function updates a CfnContainer$PublicDomainNameProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicDomainNameProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainNames | java.util.List | cdk.support/lookup-entry | :domain-names |
The build-cfn-container-public-domain-name-property-builder function updates a CfnContainer$PublicDomainNameProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicDomainNameProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainNames` | java.util.List | [[cdk.support/lookup-entry]] | `:domain-names` |
(build-cfn-container-public-endpoint-property-builder builder id config)
The build-cfn-container-public-endpoint-property-builder function updates a CfnContainer$PublicEndpointProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicEndpointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerName | java.lang.String | cdk.support/lookup-entry | :container-name |
containerPort | java.lang.Number | cdk.support/lookup-entry | :container-port |
healthCheckConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :health-check-config |
The build-cfn-container-public-endpoint-property-builder function updates a CfnContainer$PublicEndpointProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicEndpointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` | | `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` | | `healthCheckConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:health-check-config` |
(build-cfn-database-builder builder id config)
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
backupRetention | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :backup-retention |
caCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :ca-certificate-identifier |
masterDatabaseName | java.lang.String | cdk.support/lookup-entry | :master-database-name |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
preferredBackupWindow | java.lang.String | cdk.support/lookup-entry | :preferred-backup-window |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
relationalDatabaseBlueprintId | java.lang.String | cdk.support/lookup-entry | :relational-database-blueprint-id |
relationalDatabaseBundleId | java.lang.String | cdk.support/lookup-entry | :relational-database-bundle-id |
relationalDatabaseName | java.lang.String | cdk.support/lookup-entry | :relational-database-name |
relationalDatabaseParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :relational-database-parameters |
rotateMasterUserPassword | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :rotate-master-user-password |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `backupRetention` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backup-retention` | | `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` | | `masterDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-database-name` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `relationalDatabaseBlueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-blueprint-id` | | `relationalDatabaseBundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-bundle-id` | | `relationalDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-name` | | `relationalDatabaseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relational-database-parameters` | | `rotateMasterUserPassword` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rotate-master-user-password` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-database-props-builder builder id config)
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
backupRetention | java.lang.Boolean | cdk.support/lookup-entry | :backup-retention |
caCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :ca-certificate-identifier |
masterDatabaseName | java.lang.String | cdk.support/lookup-entry | :master-database-name |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
preferredBackupWindow | java.lang.String | cdk.support/lookup-entry | :preferred-backup-window |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
relationalDatabaseBlueprintId | java.lang.String | cdk.support/lookup-entry | :relational-database-blueprint-id |
relationalDatabaseBundleId | java.lang.String | cdk.support/lookup-entry | :relational-database-bundle-id |
relationalDatabaseName | java.lang.String | cdk.support/lookup-entry | :relational-database-name |
relationalDatabaseParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :relational-database-parameters |
rotateMasterUserPassword | java.lang.Boolean | cdk.support/lookup-entry | :rotate-master-user-password |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `backupRetention` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:backup-retention` | | `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` | | `masterDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-database-name` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `relationalDatabaseBlueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-blueprint-id` | | `relationalDatabaseBundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-bundle-id` | | `relationalDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-name` | | `relationalDatabaseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relational-database-parameters` | | `rotateMasterUserPassword` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-master-user-password` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-database-relational-database-parameter-property-builder builder
id
config)
The build-cfn-database-relational-database-parameter-property-builder function updates a CfnDatabase$RelationalDatabaseParameterProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$RelationalDatabaseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedValues | java.lang.String | cdk.support/lookup-entry | :allowed-values |
applyMethod | java.lang.String | cdk.support/lookup-entry | :apply-method |
applyType | java.lang.String | cdk.support/lookup-entry | :apply-type |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
isModifiable | java.lang.Boolean | cdk.support/lookup-entry | :is-modifiable |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-database-relational-database-parameter-property-builder function updates a CfnDatabase$RelationalDatabaseParameterProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$RelationalDatabaseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedValues` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-values` | | `applyMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-method` | | `applyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-type` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `isModifiable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-modifiable` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-disk-add-on-property-builder builder id config)
The build-cfn-disk-add-on-property-builder function updates a CfnDisk$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOnType | java.lang.String | cdk.support/lookup-entry | :add-on-type |
autoSnapshotAddOnRequest | software.amazon.awscdk.services.lightsail.CfnDisk$AutoSnapshotAddOnProperty | cdk.support/lookup-entry | :auto-snapshot-add-on-request |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-disk-add-on-property-builder function updates a CfnDisk$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOnType` | java.lang.String | [[cdk.support/lookup-entry]] | `:add-on-type` | | `autoSnapshotAddOnRequest` | software.amazon.awscdk.services.lightsail.CfnDisk$AutoSnapshotAddOnProperty | [[cdk.support/lookup-entry]] | `:auto-snapshot-add-on-request` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-disk-auto-snapshot-add-on-property-builder builder id config)
The build-cfn-disk-auto-snapshot-add-on-property-builder function updates a CfnDisk$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
snapshotTimeOfDay | java.lang.String | cdk.support/lookup-entry | :snapshot-time-of-day |
The build-cfn-disk-auto-snapshot-add-on-property-builder function updates a CfnDisk$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `snapshotTimeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-time-of-day` |
(build-cfn-disk-builder builder id config)
The build-cfn-disk-builder function updates a CfnDisk$Builder instance using the provided configuration. The function takes the CfnDisk$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :add-ons |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
diskName | java.lang.String | cdk.support/lookup-entry | :disk-name |
location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :location |
sizeInGb | java.lang.Number | cdk.support/lookup-entry | :size-in-gb |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-disk-builder function updates a CfnDisk$Builder instance using the provided configuration. The function takes the CfnDisk$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` | | `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` | | `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-disk-location-property-builder builder id config)
The build-cfn-disk-location-property-builder function updates a CfnDisk$LocationProperty$Builder instance using the provided configuration. The function takes the CfnDisk$LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
regionName | java.lang.String | cdk.support/lookup-entry | :region-name |
The build-cfn-disk-location-property-builder function updates a CfnDisk$LocationProperty$Builder instance using the provided configuration. The function takes the CfnDisk$LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
(build-cfn-disk-props-builder builder id config)
The build-cfn-disk-props-builder function updates a CfnDiskProps$Builder instance using the provided configuration. The function takes the CfnDiskProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :add-ons |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
diskName | java.lang.String | cdk.support/lookup-entry | :disk-name |
location | software.amazon.awscdk.services.lightsail.CfnDisk$LocationProperty | cdk.support/lookup-entry | :location |
sizeInGb | java.lang.Number | cdk.support/lookup-entry | :size-in-gb |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-disk-props-builder function updates a CfnDiskProps$Builder instance using the provided configuration. The function takes the CfnDiskProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` | | `location` | software.amazon.awscdk.services.lightsail.CfnDisk$LocationProperty | [[cdk.support/lookup-entry]] | `:location` | | `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-distribution-builder builder id config)
The build-cfn-distribution-builder function updates a CfnDistribution$Builder instance using the provided configuration. The function takes the CfnDistribution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
cacheBehaviorSettings | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | cdk.support/lookup-entry | :cache-behavior-settings |
cacheBehaviors | java.util.List | cdk.support/lookup-entry | :cache-behaviors |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
defaultCacheBehavior | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheBehaviorProperty | cdk.support/lookup-entry | :default-cache-behavior |
distributionName | java.lang.String | cdk.support/lookup-entry | :distribution-name |
ipAddressType | java.lang.String | cdk.support/lookup-entry | :ip-address-type |
isEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-enabled |
origin | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | cdk.support/lookup-entry | :origin |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-distribution-builder function updates a CfnDistribution$Builder instance using the provided configuration. The function takes the CfnDistribution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `cacheBehaviorSettings` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | [[cdk.support/lookup-entry]] | `:cache-behavior-settings` | | `cacheBehaviors` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-behaviors` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `defaultCacheBehavior` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheBehaviorProperty | [[cdk.support/lookup-entry]] | `:default-cache-behavior` | | `distributionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-name` | | `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` | | `isEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-enabled` | | `origin` | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | [[cdk.support/lookup-entry]] | `:origin` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-distribution-cache-behavior-per-path-property-builder builder
id
config)
The build-cfn-distribution-cache-behavior-per-path-property-builder function updates a CfnDistribution$CacheBehaviorPerPathProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorPerPathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
behavior | java.lang.String | cdk.support/lookup-entry | :behavior |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-distribution-cache-behavior-per-path-property-builder function updates a CfnDistribution$CacheBehaviorPerPathProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorPerPathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `behavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:behavior` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-distribution-cache-behavior-property-builder builder id config)
The build-cfn-distribution-cache-behavior-property-builder function updates a CfnDistribution$CacheBehaviorProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
behavior | java.lang.String | cdk.support/lookup-entry | :behavior |
The build-cfn-distribution-cache-behavior-property-builder function updates a CfnDistribution$CacheBehaviorProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `behavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:behavior` |
(build-cfn-distribution-cache-settings-property-builder builder id config)
The build-cfn-distribution-cache-settings-property-builder function updates a CfnDistribution$CacheSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedHttpMethods | java.lang.String | cdk.support/lookup-entry | :allowed-http-methods |
cachedHttpMethods | java.lang.String | cdk.support/lookup-entry | :cached-http-methods |
defaultTtl | java.lang.Number | cdk.support/lookup-entry | :default-ttl |
forwardedCookies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :forwarded-cookies |
forwardedHeaders | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :forwarded-headers |
forwardedQueryStrings | software.amazon.awscdk.services.lightsail.CfnDistribution$QueryStringObjectProperty | cdk.support/lookup-entry | :forwarded-query-strings |
maximumTtl | java.lang.Number | cdk.support/lookup-entry | :maximum-ttl |
minimumTtl | java.lang.Number | cdk.support/lookup-entry | :minimum-ttl |
The build-cfn-distribution-cache-settings-property-builder function updates a CfnDistribution$CacheSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedHttpMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-http-methods` | | `cachedHttpMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:cached-http-methods` | | `defaultTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-ttl` | | `forwardedCookies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forwarded-cookies` | | `forwardedHeaders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forwarded-headers` | | `forwardedQueryStrings` | software.amazon.awscdk.services.lightsail.CfnDistribution$QueryStringObjectProperty | [[cdk.support/lookup-entry]] | `:forwarded-query-strings` | | `maximumTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-ttl` | | `minimumTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-ttl` |
(build-cfn-distribution-cookie-object-property-builder builder id config)
The build-cfn-distribution-cookie-object-property-builder function updates a CfnDistribution$CookieObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CookieObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cookiesAllowList | java.util.List | cdk.support/lookup-entry | :cookies-allow-list |
option | java.lang.String | cdk.support/lookup-entry | :option |
The build-cfn-distribution-cookie-object-property-builder function updates a CfnDistribution$CookieObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CookieObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cookiesAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:cookies-allow-list` | | `option` | java.lang.String | [[cdk.support/lookup-entry]] | `:option` |
(build-cfn-distribution-header-object-property-builder builder id config)
The build-cfn-distribution-header-object-property-builder function updates a CfnDistribution$HeaderObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$HeaderObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
headersAllowList | java.util.List | cdk.support/lookup-entry | :headers-allow-list |
option | java.lang.String | cdk.support/lookup-entry | :option |
The build-cfn-distribution-header-object-property-builder function updates a CfnDistribution$HeaderObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$HeaderObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `headersAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:headers-allow-list` | | `option` | java.lang.String | [[cdk.support/lookup-entry]] | `:option` |
(build-cfn-distribution-input-origin-property-builder builder id config)
The build-cfn-distribution-input-origin-property-builder function updates a CfnDistribution$InputOriginProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$InputOriginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
protocolPolicy | java.lang.String | cdk.support/lookup-entry | :protocol-policy |
regionName | java.lang.String | cdk.support/lookup-entry | :region-name |
The build-cfn-distribution-input-origin-property-builder function updates a CfnDistribution$InputOriginProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$InputOriginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `protocolPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-policy` | | `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
(build-cfn-distribution-props-builder builder id config)
The build-cfn-distribution-props-builder function updates a CfnDistributionProps$Builder instance using the provided configuration. The function takes the CfnDistributionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
cacheBehaviorSettings | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | cdk.support/lookup-entry | :cache-behavior-settings |
cacheBehaviors | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cache-behaviors |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
defaultCacheBehavior | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-cache-behavior |
distributionName | java.lang.String | cdk.support/lookup-entry | :distribution-name |
ipAddressType | java.lang.String | cdk.support/lookup-entry | :ip-address-type |
isEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-enabled |
origin | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | cdk.support/lookup-entry | :origin |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-distribution-props-builder function updates a CfnDistributionProps$Builder instance using the provided configuration. The function takes the CfnDistributionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `cacheBehaviorSettings` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | [[cdk.support/lookup-entry]] | `:cache-behavior-settings` | | `cacheBehaviors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-behaviors` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `defaultCacheBehavior` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-cache-behavior` | | `distributionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-name` | | `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` | | `isEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-enabled` | | `origin` | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | [[cdk.support/lookup-entry]] | `:origin` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-distribution-query-string-object-property-builder builder id config)
The build-cfn-distribution-query-string-object-property-builder function updates a CfnDistribution$QueryStringObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$QueryStringObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
option | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :option |
queryStringsAllowList | java.util.List | cdk.support/lookup-entry | :query-strings-allow-list |
The build-cfn-distribution-query-string-object-property-builder function updates a CfnDistribution$QueryStringObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$QueryStringObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `option` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:option` | | `queryStringsAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:query-strings-allow-list` |
(build-cfn-instance-add-on-property-builder builder id config)
The build-cfn-instance-add-on-property-builder function updates a CfnInstance$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOnType | java.lang.String | cdk.support/lookup-entry | :add-on-type |
autoSnapshotAddOnRequest | software.amazon.awscdk.services.lightsail.CfnInstance$AutoSnapshotAddOnProperty | cdk.support/lookup-entry | :auto-snapshot-add-on-request |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-instance-add-on-property-builder function updates a CfnInstance$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOnType` | java.lang.String | [[cdk.support/lookup-entry]] | `:add-on-type` | | `autoSnapshotAddOnRequest` | software.amazon.awscdk.services.lightsail.CfnInstance$AutoSnapshotAddOnProperty | [[cdk.support/lookup-entry]] | `:auto-snapshot-add-on-request` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-instance-auto-snapshot-add-on-property-builder builder id config)
The build-cfn-instance-auto-snapshot-add-on-property-builder function updates a CfnInstance$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
snapshotTimeOfDay | java.lang.String | cdk.support/lookup-entry | :snapshot-time-of-day |
The build-cfn-instance-auto-snapshot-add-on-property-builder function updates a CfnInstance$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `snapshotTimeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-time-of-day` |
(build-cfn-instance-builder builder id config)
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :add-ons |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blueprintId | java.lang.String | cdk.support/lookup-entry | :blueprint-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
hardware | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hardware |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
keyPairName | java.lang.String | cdk.support/lookup-entry | :key-pair-name |
location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :location |
networking | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | cdk.support/lookup-entry | :networking |
state | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | cdk.support/lookup-entry | :state |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:blueprint-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `hardware` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hardware` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` | | `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` | | `networking` | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | [[cdk.support/lookup-entry]] | `:networking` | | `state` | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | [[cdk.support/lookup-entry]] | `:state` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` |
(build-cfn-instance-disk-property-builder builder id config)
The build-cfn-instance-disk-property-builder function updates a CfnInstance$DiskProperty$Builder instance using the provided configuration. The function takes the CfnInstance$DiskProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachedTo | java.lang.String | cdk.support/lookup-entry | :attached-to |
attachmentState | java.lang.String | cdk.support/lookup-entry | :attachment-state |
diskName | java.lang.String | cdk.support/lookup-entry | :disk-name |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
isSystemDisk | java.lang.Boolean | cdk.support/lookup-entry | :is-system-disk |
path | java.lang.String | cdk.support/lookup-entry | :path |
sizeInGb | java.lang.String | cdk.support/lookup-entry | :size-in-gb |
The build-cfn-instance-disk-property-builder function updates a CfnInstance$DiskProperty$Builder instance using the provided configuration. The function takes the CfnInstance$DiskProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` | | `attachmentState` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachment-state` | | `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `isSystemDisk` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-system-disk` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `sizeInGb` | java.lang.String | [[cdk.support/lookup-entry]] | `:size-in-gb` |
(build-cfn-instance-hardware-property-builder builder id config)
The build-cfn-instance-hardware-property-builder function updates a CfnInstance$HardwareProperty$Builder instance using the provided configuration. The function takes the CfnInstance$HardwareProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuCount | java.lang.Number | cdk.support/lookup-entry | :cpu-count |
disks | java.util.List | cdk.support/lookup-entry | :disks |
ramSizeInGb | java.lang.Number | cdk.support/lookup-entry | :ram-size-in-gb |
The build-cfn-instance-hardware-property-builder function updates a CfnInstance$HardwareProperty$Builder instance using the provided configuration. The function takes the CfnInstance$HardwareProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu-count` | | `disks` | java.util.List | [[cdk.support/lookup-entry]] | `:disks` | | `ramSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ram-size-in-gb` |
(build-cfn-instance-location-property-builder builder id config)
The build-cfn-instance-location-property-builder function updates a CfnInstance$LocationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
regionName | java.lang.String | cdk.support/lookup-entry | :region-name |
The build-cfn-instance-location-property-builder function updates a CfnInstance$LocationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
(build-cfn-instance-monthly-transfer-property-builder builder id config)
The build-cfn-instance-monthly-transfer-property-builder function updates a CfnInstance$MonthlyTransferProperty$Builder instance using the provided configuration. The function takes the CfnInstance$MonthlyTransferProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gbPerMonthAllocated | java.lang.String | cdk.support/lookup-entry | :gb-per-month-allocated |
The build-cfn-instance-monthly-transfer-property-builder function updates a CfnInstance$MonthlyTransferProperty$Builder instance using the provided configuration. The function takes the CfnInstance$MonthlyTransferProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `gbPerMonthAllocated` | java.lang.String | [[cdk.support/lookup-entry]] | `:gb-per-month-allocated` |
(build-cfn-instance-networking-property-builder builder id config)
The build-cfn-instance-networking-property-builder function updates a CfnInstance$NetworkingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$NetworkingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
monthlyTransfer | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :monthly-transfer |
ports | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ports |
The build-cfn-instance-networking-property-builder function updates a CfnInstance$NetworkingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$NetworkingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `monthlyTransfer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monthly-transfer` | | `ports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ports` |
(build-cfn-instance-port-property-builder builder id config)
The build-cfn-instance-port-property-builder function updates a CfnInstance$PortProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PortProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessDirection | java.lang.String | cdk.support/lookup-entry | :access-direction |
accessFrom | java.lang.String | cdk.support/lookup-entry | :access-from |
accessType | java.lang.String | cdk.support/lookup-entry | :access-type |
cidrListAliases | java.util.List | cdk.support/lookup-entry | :cidr-list-aliases |
cidrs | java.util.List | cdk.support/lookup-entry | :cidrs |
commonName | java.lang.String | cdk.support/lookup-entry | :common-name |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
ipv6Cidrs | java.util.List | cdk.support/lookup-entry | :ipv6-cidrs |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-instance-port-property-builder function updates a CfnInstance$PortProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PortProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessDirection` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-direction` | | `accessFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-from` | | `accessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-type` | | `cidrListAliases` | java.util.List | [[cdk.support/lookup-entry]] | `:cidr-list-aliases` | | `cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:cidrs` | | `commonName` | java.lang.String | [[cdk.support/lookup-entry]] | `:common-name` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `ipv6Cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-cidrs` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-instance-props-builder builder id config)
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addOns | java.util.List | cdk.support/lookup-entry | :add-ons |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blueprintId | java.lang.String | cdk.support/lookup-entry | :blueprint-id |
bundleId | java.lang.String | cdk.support/lookup-entry | :bundle-id |
hardware | software.amazon.awscdk.services.lightsail.CfnInstance$HardwareProperty | cdk.support/lookup-entry | :hardware |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
keyPairName | java.lang.String | cdk.support/lookup-entry | :key-pair-name |
location | software.amazon.awscdk.services.lightsail.CfnInstance$LocationProperty | cdk.support/lookup-entry | :location |
networking | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | cdk.support/lookup-entry | :networking |
state | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | cdk.support/lookup-entry | :state |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addOns` | java.util.List | [[cdk.support/lookup-entry]] | `:add-ons` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:blueprint-id` | | `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` | | `hardware` | software.amazon.awscdk.services.lightsail.CfnInstance$HardwareProperty | [[cdk.support/lookup-entry]] | `:hardware` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` | | `location` | software.amazon.awscdk.services.lightsail.CfnInstance$LocationProperty | [[cdk.support/lookup-entry]] | `:location` | | `networking` | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | [[cdk.support/lookup-entry]] | `:networking` | | `state` | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | [[cdk.support/lookup-entry]] | `:state` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` |
(build-cfn-instance-state-property-builder builder id config)
The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration. The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.Number | cdk.support/lookup-entry | :code |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration. The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | java.lang.Number | [[cdk.support/lookup-entry]] | `:code` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-load-balancer-builder builder id config)
The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachedInstances | java.util.List | cdk.support/lookup-entry | :attached-instances |
healthCheckPath | java.lang.String | cdk.support/lookup-entry | :health-check-path |
instancePort | java.lang.Number | cdk.support/lookup-entry | :instance-port |
ipAddressType | java.lang.String | cdk.support/lookup-entry | :ip-address-type |
loadBalancerName | java.lang.String | cdk.support/lookup-entry | :load-balancer-name |
sessionStickinessEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :session-stickiness-enabled |
sessionStickinessLbCookieDurationSeconds | java.lang.String | cdk.support/lookup-entry | :session-stickiness-lb-cookie-duration-seconds |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tlsPolicyName | java.lang.String | cdk.support/lookup-entry | :tls-policy-name |
The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachedInstances` | java.util.List | [[cdk.support/lookup-entry]] | `:attached-instances` | | `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` | | `instancePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-port` | | `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` | | `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` | | `sessionStickinessEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-stickiness-enabled` | | `sessionStickinessLbCookieDurationSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-stickiness-lb-cookie-duration-seconds` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tlsPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy-name` |
(build-cfn-load-balancer-props-builder builder id config)
The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachedInstances | java.util.List | cdk.support/lookup-entry | :attached-instances |
healthCheckPath | java.lang.String | cdk.support/lookup-entry | :health-check-path |
instancePort | java.lang.Number | cdk.support/lookup-entry | :instance-port |
ipAddressType | java.lang.String | cdk.support/lookup-entry | :ip-address-type |
loadBalancerName | java.lang.String | cdk.support/lookup-entry | :load-balancer-name |
sessionStickinessEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :session-stickiness-enabled |
sessionStickinessLbCookieDurationSeconds | java.lang.String | cdk.support/lookup-entry | :session-stickiness-lb-cookie-duration-seconds |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tlsPolicyName | java.lang.String | cdk.support/lookup-entry | :tls-policy-name |
The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachedInstances` | java.util.List | [[cdk.support/lookup-entry]] | `:attached-instances` | | `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` | | `instancePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-port` | | `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` | | `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` | | `sessionStickinessEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-stickiness-enabled` | | `sessionStickinessLbCookieDurationSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-stickiness-lb-cookie-duration-seconds` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tlsPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy-name` |
(build-cfn-load-balancer-tls-certificate-builder builder id config)
The build-cfn-load-balancer-tls-certificate-builder function updates a CfnLoadBalancerTlsCertificate$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateAlternativeNames | java.util.List | cdk.support/lookup-entry | :certificate-alternative-names |
certificateDomainName | java.lang.String | cdk.support/lookup-entry | :certificate-domain-name |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
httpsRedirectionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :https-redirection-enabled |
isAttached | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-attached |
loadBalancerName | java.lang.String | cdk.support/lookup-entry | :load-balancer-name |
The build-cfn-load-balancer-tls-certificate-builder function updates a CfnLoadBalancerTlsCertificate$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-alternative-names` | | `certificateDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-domain-name` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `httpsRedirectionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:https-redirection-enabled` | | `isAttached` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-attached` | | `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
(build-cfn-load-balancer-tls-certificate-props-builder builder id config)
The build-cfn-load-balancer-tls-certificate-props-builder function updates a CfnLoadBalancerTlsCertificateProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateAlternativeNames | java.util.List | cdk.support/lookup-entry | :certificate-alternative-names |
certificateDomainName | java.lang.String | cdk.support/lookup-entry | :certificate-domain-name |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
httpsRedirectionEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :https-redirection-enabled |
isAttached | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-attached |
loadBalancerName | java.lang.String | cdk.support/lookup-entry | :load-balancer-name |
The build-cfn-load-balancer-tls-certificate-props-builder function updates a CfnLoadBalancerTlsCertificateProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-alternative-names` | | `certificateDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-domain-name` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `httpsRedirectionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:https-redirection-enabled` | | `isAttached` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-attached` | | `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
(build-cfn-static-ip-builder builder id config)
The build-cfn-static-ip-builder function updates a CfnStaticIp$Builder instance using the provided configuration. The function takes the CfnStaticIp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachedTo | java.lang.String | cdk.support/lookup-entry | :attached-to |
staticIpName | java.lang.String | cdk.support/lookup-entry | :static-ip-name |
The build-cfn-static-ip-builder function updates a CfnStaticIp$Builder instance using the provided configuration. The function takes the CfnStaticIp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` | | `staticIpName` | java.lang.String | [[cdk.support/lookup-entry]] | `:static-ip-name` |
(build-cfn-static-ip-props-builder builder id config)
The build-cfn-static-ip-props-builder function updates a CfnStaticIpProps$Builder instance using the provided configuration. The function takes the CfnStaticIpProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachedTo | java.lang.String | cdk.support/lookup-entry | :attached-to |
staticIpName | java.lang.String | cdk.support/lookup-entry | :static-ip-name |
The build-cfn-static-ip-props-builder function updates a CfnStaticIpProps$Builder instance using the provided configuration. The function takes the CfnStaticIpProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` | | `staticIpName` | java.lang.String | [[cdk.support/lookup-entry]] | `:static-ip-name` |
(cfn-alarm-builder scope id config)
Creates a CfnAlarm$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnAlarm$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-alarm-props-builder id config)
Creates a CfnAlarmProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAlarmProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-bucket-access-rules-property-builder id config)
Creates a CfnBucket$AccessRulesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBucket$AccessRulesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-bucket-builder scope id config)
Creates a CfnBucket$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnBucket$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-bucket-props-builder id config)
Creates a CfnBucketProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBucketProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-certificate-builder scope id config)
Creates a CfnCertificate$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnCertificate$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-certificate-props-builder id config)
Creates a CfnCertificateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnCertificateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-builder scope id config)
Creates a CfnContainer$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnContainer$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-container-property-builder id config)
Creates a CfnContainer$ContainerProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$ContainerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-container-service-deployment-property-builder id config)
Creates a CfnContainer$ContainerServiceDeploymentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$ContainerServiceDeploymentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-ecr-image-puller-role-property-builder id config)
Creates a CfnContainer$EcrImagePullerRoleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$EcrImagePullerRoleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-environment-variable-property-builder id config)
Creates a CfnContainer$EnvironmentVariableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$EnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-health-check-config-property-builder id config)
Creates a CfnContainer$HealthCheckConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$HealthCheckConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-port-info-property-builder id config)
Creates a CfnContainer$PortInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$PortInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-private-registry-access-property-builder id config)
Creates a CfnContainer$PrivateRegistryAccessProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$PrivateRegistryAccessProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-props-builder id config)
Creates a CfnContainerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-public-domain-name-property-builder id config)
Creates a CfnContainer$PublicDomainNameProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$PublicDomainNameProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-public-endpoint-property-builder id config)
Creates a CfnContainer$PublicEndpointProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnContainer$PublicEndpointProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-builder scope id config)
Creates a CfnDatabase$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDatabase$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-props-builder id config)
Creates a CfnDatabaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatabaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-relational-database-parameter-property-builder id config)
Creates a CfnDatabase$RelationalDatabaseParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatabase$RelationalDatabaseParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-disk-add-on-property-builder id config)
Creates a CfnDisk$AddOnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDisk$AddOnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-disk-auto-snapshot-add-on-property-builder id config)
Creates a CfnDisk$AutoSnapshotAddOnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDisk$AutoSnapshotAddOnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-disk-builder scope id config)
Creates a CfnDisk$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDisk$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-disk-location-property-builder id config)
Creates a CfnDisk$LocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDisk$LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-disk-props-builder id config)
Creates a CfnDiskProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDiskProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-builder scope id config)
Creates a CfnDistribution$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDistribution$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-cache-behavior-per-path-property-builder id config)
Creates a CfnDistribution$CacheBehaviorPerPathProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$CacheBehaviorPerPathProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-cache-behavior-property-builder id config)
Creates a CfnDistribution$CacheBehaviorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$CacheBehaviorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-cache-settings-property-builder id config)
Creates a CfnDistribution$CacheSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$CacheSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-cookie-object-property-builder id config)
Creates a CfnDistribution$CookieObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$CookieObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-header-object-property-builder id config)
Creates a CfnDistribution$HeaderObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$HeaderObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-input-origin-property-builder id config)
Creates a CfnDistribution$InputOriginProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$InputOriginProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-props-builder id config)
Creates a CfnDistributionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistributionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-query-string-object-property-builder id config)
Creates a CfnDistribution$QueryStringObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDistribution$QueryStringObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-add-on-property-builder id config)
Creates a CfnInstance$AddOnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$AddOnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-auto-snapshot-add-on-property-builder id config)
Creates a CfnInstance$AutoSnapshotAddOnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$AutoSnapshotAddOnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-builder scope id config)
Creates a CfnInstance$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnInstance$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-disk-property-builder id config)
Creates a CfnInstance$DiskProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$DiskProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-hardware-property-builder id config)
Creates a CfnInstance$HardwareProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$HardwareProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-location-property-builder id config)
Creates a CfnInstance$LocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-monthly-transfer-property-builder id config)
Creates a CfnInstance$MonthlyTransferProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$MonthlyTransferProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-networking-property-builder id config)
Creates a CfnInstance$NetworkingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$NetworkingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-port-property-builder id config)
Creates a CfnInstance$PortProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$PortProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-props-builder id config)
Creates a CfnInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-instance-state-property-builder id config)
Creates a CfnInstance$StateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnInstance$StateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-load-balancer-builder scope id config)
Creates a CfnLoadBalancer$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnLoadBalancer$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-load-balancer-props-builder id config)
Creates a CfnLoadBalancerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLoadBalancerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-load-balancer-tls-certificate-builder scope id config)
Creates a CfnLoadBalancerTlsCertificate$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnLoadBalancerTlsCertificate$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-load-balancer-tls-certificate-props-builder id config)
Creates a CfnLoadBalancerTlsCertificateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLoadBalancerTlsCertificateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-static-ip-builder scope id config)
Creates a CfnStaticIp$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnStaticIp$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-static-ip-props-builder id config)
Creates a CfnStaticIpProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStaticIpProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close