Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.securitylake package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.securitylake package.
(build-cfn-aws-log-source-builder builder id config)
The build-cfn-aws-log-source-builder function updates a CfnAwsLogSource$Builder instance using the provided configuration. The function takes the CfnAwsLogSource$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 |
---|---|---|---|
accounts | java.util.List | cdk.support/lookup-entry | :accounts |
dataLakeArn | java.lang.String | cdk.support/lookup-entry | :data-lake-arn |
sourceName | java.lang.String | cdk.support/lookup-entry | :source-name |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-cfn-aws-log-source-builder function updates a CfnAwsLogSource$Builder instance using the provided configuration. The function takes the CfnAwsLogSource$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 | |---|---|---|---| | `accounts` | java.util.List | [[cdk.support/lookup-entry]] | `:accounts` | | `dataLakeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-arn` | | `sourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-name` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-cfn-aws-log-source-props-builder builder id config)
The build-cfn-aws-log-source-props-builder function updates a CfnAwsLogSourceProps$Builder instance using the provided configuration. The function takes the CfnAwsLogSourceProps$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 |
---|---|---|---|
accounts | java.util.List | cdk.support/lookup-entry | :accounts |
dataLakeArn | java.lang.String | cdk.support/lookup-entry | :data-lake-arn |
sourceName | java.lang.String | cdk.support/lookup-entry | :source-name |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-cfn-aws-log-source-props-builder function updates a CfnAwsLogSourceProps$Builder instance using the provided configuration. The function takes the CfnAwsLogSourceProps$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 | |---|---|---|---| | `accounts` | java.util.List | [[cdk.support/lookup-entry]] | `:accounts` | | `dataLakeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-arn` | | `sourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-name` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-cfn-data-lake-builder builder id config)
The build-cfn-data-lake-builder function updates a CfnDataLake$Builder instance using the provided configuration. The function takes the CfnDataLake$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 |
---|---|---|---|
encryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-configuration |
lifecycleConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lifecycle-configuration |
metaStoreManagerRoleArn | java.lang.String | cdk.support/lookup-entry | :meta-store-manager-role-arn |
replicationConfiguration | software.amazon.awscdk.services.securitylake.CfnDataLake$ReplicationConfigurationProperty | cdk.support/lookup-entry | :replication-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-data-lake-builder function updates a CfnDataLake$Builder instance using the provided configuration. The function takes the CfnDataLake$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 | |---|---|---|---| | `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `lifecycleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lifecycle-configuration` | | `metaStoreManagerRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:meta-store-manager-role-arn` | | `replicationConfiguration` | software.amazon.awscdk.services.securitylake.CfnDataLake$ReplicationConfigurationProperty | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-data-lake-encryption-configuration-property-builder builder
id
config)
The build-cfn-data-lake-encryption-configuration-property-builder function updates a CfnDataLake$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$EncryptionConfigurationProperty$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 |
---|---|---|---|
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
The build-cfn-data-lake-encryption-configuration-property-builder function updates a CfnDataLake$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$EncryptionConfigurationProperty$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 | |---|---|---|---| | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
(build-cfn-data-lake-expiration-property-builder builder id config)
The build-cfn-data-lake-expiration-property-builder function updates a CfnDataLake$ExpirationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$ExpirationProperty$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 |
---|---|---|---|
days | java.lang.Number | cdk.support/lookup-entry | :days |
The build-cfn-data-lake-expiration-property-builder function updates a CfnDataLake$ExpirationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$ExpirationProperty$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 | |---|---|---|---| | `days` | java.lang.Number | [[cdk.support/lookup-entry]] | `:days` |
(build-cfn-data-lake-lifecycle-configuration-property-builder builder id config)
The build-cfn-data-lake-lifecycle-configuration-property-builder function updates a CfnDataLake$LifecycleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$LifecycleConfigurationProperty$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 |
---|---|---|---|
expiration | software.amazon.awscdk.services.securitylake.CfnDataLake$ExpirationProperty | cdk.support/lookup-entry | :expiration |
transitions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :transitions |
The build-cfn-data-lake-lifecycle-configuration-property-builder function updates a CfnDataLake$LifecycleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$LifecycleConfigurationProperty$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 | |---|---|---|---| | `expiration` | software.amazon.awscdk.services.securitylake.CfnDataLake$ExpirationProperty | [[cdk.support/lookup-entry]] | `:expiration` | | `transitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transitions` |
(build-cfn-data-lake-props-builder builder id config)
The build-cfn-data-lake-props-builder function updates a CfnDataLakeProps$Builder instance using the provided configuration. The function takes the CfnDataLakeProps$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 |
---|---|---|---|
encryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-configuration |
lifecycleConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lifecycle-configuration |
metaStoreManagerRoleArn | java.lang.String | cdk.support/lookup-entry | :meta-store-manager-role-arn |
replicationConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :replication-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-data-lake-props-builder function updates a CfnDataLakeProps$Builder instance using the provided configuration. The function takes the CfnDataLakeProps$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 | |---|---|---|---| | `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `lifecycleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lifecycle-configuration` | | `metaStoreManagerRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:meta-store-manager-role-arn` | | `replicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-data-lake-replication-configuration-property-builder builder
id
config)
The build-cfn-data-lake-replication-configuration-property-builder function updates a CfnDataLake$ReplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$ReplicationConfigurationProperty$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 |
---|---|---|---|
regions | java.util.List | cdk.support/lookup-entry | :regions |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-data-lake-replication-configuration-property-builder function updates a CfnDataLake$ReplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$ReplicationConfigurationProperty$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 | |---|---|---|---| | `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-data-lake-transitions-property-builder builder id config)
The build-cfn-data-lake-transitions-property-builder function updates a CfnDataLake$TransitionsProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$TransitionsProperty$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 |
---|---|---|---|
days | java.lang.Number | cdk.support/lookup-entry | :days |
storageClass | java.lang.String | cdk.support/lookup-entry | :storage-class |
The build-cfn-data-lake-transitions-property-builder function updates a CfnDataLake$TransitionsProperty$Builder instance using the provided configuration. The function takes the CfnDataLake$TransitionsProperty$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 | |---|---|---|---| | `days` | java.lang.Number | [[cdk.support/lookup-entry]] | `:days` | | `storageClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-class` |
(build-cfn-subscriber-aws-log-source-property-builder builder id config)
The build-cfn-subscriber-aws-log-source-property-builder function updates a CfnSubscriber$AwsLogSourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$AwsLogSourceProperty$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 |
---|---|---|---|
sourceName | java.lang.String | cdk.support/lookup-entry | :source-name |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-cfn-subscriber-aws-log-source-property-builder function updates a CfnSubscriber$AwsLogSourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$AwsLogSourceProperty$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 | |---|---|---|---| | `sourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-name` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-cfn-subscriber-builder builder id config)
The build-cfn-subscriber-builder function updates a CfnSubscriber$Builder instance using the provided configuration. The function takes the CfnSubscriber$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 |
---|---|---|---|
accessTypes | java.util.List | cdk.support/lookup-entry | :access-types |
dataLakeArn | java.lang.String | cdk.support/lookup-entry | :data-lake-arn |
sources | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sources |
subscriberDescription | java.lang.String | cdk.support/lookup-entry | :subscriber-description |
subscriberIdentity | software.amazon.awscdk.services.securitylake.CfnSubscriber$SubscriberIdentityProperty | cdk.support/lookup-entry | :subscriber-identity |
subscriberName | java.lang.String | cdk.support/lookup-entry | :subscriber-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-subscriber-builder function updates a CfnSubscriber$Builder instance using the provided configuration. The function takes the CfnSubscriber$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 | |---|---|---|---| | `accessTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:access-types` | | `dataLakeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-arn` | | `sources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sources` | | `subscriberDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscriber-description` | | `subscriberIdentity` | software.amazon.awscdk.services.securitylake.CfnSubscriber$SubscriberIdentityProperty | [[cdk.support/lookup-entry]] | `:subscriber-identity` | | `subscriberName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscriber-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-subscriber-custom-log-source-property-builder builder id config)
The build-cfn-subscriber-custom-log-source-property-builder function updates a CfnSubscriber$CustomLogSourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$CustomLogSourceProperty$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 |
---|---|---|---|
sourceName | java.lang.String | cdk.support/lookup-entry | :source-name |
sourceVersion | java.lang.String | cdk.support/lookup-entry | :source-version |
The build-cfn-subscriber-custom-log-source-property-builder function updates a CfnSubscriber$CustomLogSourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$CustomLogSourceProperty$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 | |---|---|---|---| | `sourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-name` | | `sourceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-version` |
(build-cfn-subscriber-props-builder builder id config)
The build-cfn-subscriber-props-builder function updates a CfnSubscriberProps$Builder instance using the provided configuration. The function takes the CfnSubscriberProps$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 |
---|---|---|---|
accessTypes | java.util.List | cdk.support/lookup-entry | :access-types |
dataLakeArn | java.lang.String | cdk.support/lookup-entry | :data-lake-arn |
sources | java.util.List | cdk.support/lookup-entry | :sources |
subscriberDescription | java.lang.String | cdk.support/lookup-entry | :subscriber-description |
subscriberIdentity | software.amazon.awscdk.services.securitylake.CfnSubscriber$SubscriberIdentityProperty | cdk.support/lookup-entry | :subscriber-identity |
subscriberName | java.lang.String | cdk.support/lookup-entry | :subscriber-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-subscriber-props-builder function updates a CfnSubscriberProps$Builder instance using the provided configuration. The function takes the CfnSubscriberProps$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 | |---|---|---|---| | `accessTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:access-types` | | `dataLakeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-arn` | | `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` | | `subscriberDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscriber-description` | | `subscriberIdentity` | software.amazon.awscdk.services.securitylake.CfnSubscriber$SubscriberIdentityProperty | [[cdk.support/lookup-entry]] | `:subscriber-identity` | | `subscriberName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscriber-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-subscriber-source-property-builder builder id config)
The build-cfn-subscriber-source-property-builder function updates a CfnSubscriber$SourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$SourceProperty$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 |
---|---|---|---|
awsLogSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :aws-log-source |
customLogSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-log-source |
The build-cfn-subscriber-source-property-builder function updates a CfnSubscriber$SourceProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$SourceProperty$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 | |---|---|---|---| | `awsLogSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-log-source` | | `customLogSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-log-source` |
(build-cfn-subscriber-subscriber-identity-property-builder builder id config)
The build-cfn-subscriber-subscriber-identity-property-builder function updates a CfnSubscriber$SubscriberIdentityProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$SubscriberIdentityProperty$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 |
---|---|---|---|
externalId | java.lang.String | cdk.support/lookup-entry | :external-id |
principal | java.lang.String | cdk.support/lookup-entry | :principal |
The build-cfn-subscriber-subscriber-identity-property-builder function updates a CfnSubscriber$SubscriberIdentityProperty$Builder instance using the provided configuration. The function takes the CfnSubscriber$SubscriberIdentityProperty$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 | |---|---|---|---| | `externalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-id` | | `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
(cfn-aws-log-source-builder scope id config)
Creates a CfnAwsLogSource$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 `CfnAwsLogSource$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-aws-log-source-props-builder id config)
Creates a CfnAwsLogSourceProps$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 `CfnAwsLogSourceProps$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-data-lake-builder scope id config)
Creates a CfnDataLake$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 `CfnDataLake$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-data-lake-encryption-configuration-property-builder id config)
Creates a CfnDataLake$EncryptionConfigurationProperty$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 `CfnDataLake$EncryptionConfigurationProperty$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-data-lake-expiration-property-builder id config)
Creates a CfnDataLake$ExpirationProperty$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 `CfnDataLake$ExpirationProperty$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-data-lake-lifecycle-configuration-property-builder id config)
Creates a CfnDataLake$LifecycleConfigurationProperty$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 `CfnDataLake$LifecycleConfigurationProperty$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-data-lake-props-builder id config)
Creates a CfnDataLakeProps$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 `CfnDataLakeProps$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-data-lake-replication-configuration-property-builder id config)
Creates a CfnDataLake$ReplicationConfigurationProperty$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 `CfnDataLake$ReplicationConfigurationProperty$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-data-lake-transitions-property-builder id config)
Creates a CfnDataLake$TransitionsProperty$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 `CfnDataLake$TransitionsProperty$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-subscriber-aws-log-source-property-builder id config)
Creates a CfnSubscriber$AwsLogSourceProperty$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 `CfnSubscriber$AwsLogSourceProperty$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-subscriber-builder scope id config)
Creates a CfnSubscriber$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 `CfnSubscriber$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-subscriber-custom-log-source-property-builder id config)
Creates a CfnSubscriber$CustomLogSourceProperty$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 `CfnSubscriber$CustomLogSourceProperty$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-subscriber-props-builder id config)
Creates a CfnSubscriberProps$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 `CfnSubscriberProps$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-subscriber-source-property-builder id config)
Creates a CfnSubscriber$SourceProperty$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 `CfnSubscriber$SourceProperty$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-subscriber-subscriber-identity-property-builder id config)
Creates a CfnSubscriber$SubscriberIdentityProperty$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 `CfnSubscriber$SubscriberIdentityProperty$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