Liking cljdoc? Tell your friends :D

cdk.api.services.rolesanywhere

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rolesanywhere package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.rolesanywhere package. 
raw docstring

build-cfn-crl-builderclj

(build-cfn-crl-builder builder id config)

The build-cfn-crl-builder function updates a CfnCRL$Builder instance using the provided configuration. The function takes the CfnCRL$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:

FieldDataTypeLookup FunctionData Key
crlDatajava.lang.Stringcdk.support/lookup-entry:crl-data
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
trustAnchorArnjava.lang.Stringcdk.support/lookup-entry:trust-anchor-arn
The build-cfn-crl-builder function updates a CfnCRL$Builder instance using the provided configuration.
  The function takes the CfnCRL$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 |
|---|---|---|---|
| `crlData` | java.lang.String | [[cdk.support/lookup-entry]] | `:crl-data` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trustAnchorArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-anchor-arn` |
sourceraw docstring

build-cfn-crl-props-builderclj

(build-cfn-crl-props-builder builder id config)

The build-cfn-crl-props-builder function updates a CfnCRLProps$Builder instance using the provided configuration. The function takes the CfnCRLProps$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:

FieldDataTypeLookup FunctionData Key
crlDatajava.lang.Stringcdk.support/lookup-entry:crl-data
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
trustAnchorArnjava.lang.Stringcdk.support/lookup-entry:trust-anchor-arn
The build-cfn-crl-props-builder function updates a CfnCRLProps$Builder instance using the provided configuration.
  The function takes the CfnCRLProps$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 |
|---|---|---|---|
| `crlData` | java.lang.String | [[cdk.support/lookup-entry]] | `:crl-data` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trustAnchorArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-anchor-arn` |
sourceraw docstring

build-cfn-profile-builderclj

(build-cfn-profile-builder builder id config)

The build-cfn-profile-builder function updates a CfnProfile$Builder instance using the provided configuration. The function takes the CfnProfile$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:

FieldDataTypeLookup FunctionData Key
durationSecondsjava.lang.Numbercdk.support/lookup-entry:duration-seconds
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
managedPolicyArnsjava.util.Listcdk.support/lookup-entry:managed-policy-arns
namejava.lang.Stringcdk.support/lookup-entry:name
requireInstancePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:require-instance-properties
roleArnsjava.util.Listcdk.support/lookup-entry:role-arns
sessionPolicyjava.lang.Stringcdk.support/lookup-entry:session-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-profile-builder function updates a CfnProfile$Builder instance using the provided configuration.
  The function takes the CfnProfile$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 |
|---|---|---|---|
| `durationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-seconds` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `managedPolicyArns` | java.util.List | [[cdk.support/lookup-entry]] | `:managed-policy-arns` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `requireInstanceProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:require-instance-properties` |
| `roleArns` | java.util.List | [[cdk.support/lookup-entry]] | `:role-arns` |
| `sessionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-profile-props-builderclj

(build-cfn-profile-props-builder builder id config)

The build-cfn-profile-props-builder function updates a CfnProfileProps$Builder instance using the provided configuration. The function takes the CfnProfileProps$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:

FieldDataTypeLookup FunctionData Key
durationSecondsjava.lang.Numbercdk.support/lookup-entry:duration-seconds
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
managedPolicyArnsjava.util.Listcdk.support/lookup-entry:managed-policy-arns
namejava.lang.Stringcdk.support/lookup-entry:name
requireInstancePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:require-instance-properties
roleArnsjava.util.Listcdk.support/lookup-entry:role-arns
sessionPolicyjava.lang.Stringcdk.support/lookup-entry:session-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-profile-props-builder function updates a CfnProfileProps$Builder instance using the provided configuration.
  The function takes the CfnProfileProps$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 |
|---|---|---|---|
| `durationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-seconds` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `managedPolicyArns` | java.util.List | [[cdk.support/lookup-entry]] | `:managed-policy-arns` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `requireInstanceProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:require-instance-properties` |
| `roleArns` | java.util.List | [[cdk.support/lookup-entry]] | `:role-arns` |
| `sessionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-trust-anchor-builderclj

(build-cfn-trust-anchor-builder builder id config)

The build-cfn-trust-anchor-builder function updates a CfnTrustAnchor$Builder instance using the provided configuration. The function takes the CfnTrustAnchor$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:

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
namejava.lang.Stringcdk.support/lookup-entry:name
notificationSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-settings
sourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-trust-anchor-builder function updates a CfnTrustAnchor$Builder instance using the provided configuration.
  The function takes the CfnTrustAnchor$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 |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-settings` |
| `source` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-trust-anchor-notification-setting-property-builderclj

(build-cfn-trust-anchor-notification-setting-property-builder builder id config)

The build-cfn-trust-anchor-notification-setting-property-builder function updates a CfnTrustAnchor$NotificationSettingProperty$Builder instance using the provided configuration. The function takes the CfnTrustAnchor$NotificationSettingProperty$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:

FieldDataTypeLookup FunctionData Key
channeljava.lang.Stringcdk.support/lookup-entry:channel
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
eventjava.lang.Stringcdk.support/lookup-entry:event
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
The build-cfn-trust-anchor-notification-setting-property-builder function updates a CfnTrustAnchor$NotificationSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnTrustAnchor$NotificationSettingProperty$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 |
|---|---|---|---|
| `channel` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `event` | java.lang.String | [[cdk.support/lookup-entry]] | `:event` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
sourceraw docstring

build-cfn-trust-anchor-props-builderclj

(build-cfn-trust-anchor-props-builder builder id config)

The build-cfn-trust-anchor-props-builder function updates a CfnTrustAnchorProps$Builder instance using the provided configuration. The function takes the CfnTrustAnchorProps$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:

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
namejava.lang.Stringcdk.support/lookup-entry:name
notificationSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-settings
sourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-trust-anchor-props-builder function updates a CfnTrustAnchorProps$Builder instance using the provided configuration.
  The function takes the CfnTrustAnchorProps$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 |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-settings` |
| `source` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-trust-anchor-source-data-property-builderclj

(build-cfn-trust-anchor-source-data-property-builder builder id config)

The build-cfn-trust-anchor-source-data-property-builder function updates a CfnTrustAnchor$SourceDataProperty$Builder instance using the provided configuration. The function takes the CfnTrustAnchor$SourceDataProperty$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:

FieldDataTypeLookup FunctionData Key
acmPcaArnjava.lang.Stringcdk.support/lookup-entry:acm-pca-arn
x509CertificateDatajava.lang.Stringcdk.support/lookup-entry:x509-certificate-data
The build-cfn-trust-anchor-source-data-property-builder function updates a CfnTrustAnchor$SourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnTrustAnchor$SourceDataProperty$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 |
|---|---|---|---|
| `acmPcaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:acm-pca-arn` |
| `x509CertificateData` | java.lang.String | [[cdk.support/lookup-entry]] | `:x509-certificate-data` |
sourceraw docstring

build-cfn-trust-anchor-source-property-builderclj

(build-cfn-trust-anchor-source-property-builder builder id config)

The build-cfn-trust-anchor-source-property-builder function updates a CfnTrustAnchor$SourceProperty$Builder instance using the provided configuration. The function takes the CfnTrustAnchor$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:

FieldDataTypeLookup FunctionData Key
sourceDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-data
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
The build-cfn-trust-anchor-source-property-builder function updates a CfnTrustAnchor$SourceProperty$Builder instance using the provided configuration.
  The function takes the CfnTrustAnchor$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 |
|---|---|---|---|
| `sourceData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-data` |
| `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
sourceraw docstring

cfn-crl-builderclj

(cfn-crl-builder scope id config)

Creates a CfnCRL$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  `CfnCRL$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 |
sourceraw docstring

cfn-crl-props-builderclj

(cfn-crl-props-builder id config)

Creates a CfnCRLProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCRLProps$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 |
sourceraw docstring

cfn-profile-builderclj

(cfn-profile-builder scope id config)

Creates a CfnProfile$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  `CfnProfile$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 |
sourceraw docstring

cfn-profile-props-builderclj

(cfn-profile-props-builder id config)

Creates a CfnProfileProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProfileProps$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 |
sourceraw docstring

cfn-trust-anchor-builderclj

(cfn-trust-anchor-builder scope id config)

Creates a CfnTrustAnchor$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  `CfnTrustAnchor$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 |
sourceraw docstring

cfn-trust-anchor-notification-setting-property-builderclj

(cfn-trust-anchor-notification-setting-property-builder id config)

Creates a CfnTrustAnchor$NotificationSettingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTrustAnchor$NotificationSettingProperty$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 |
sourceraw docstring

cfn-trust-anchor-props-builderclj

(cfn-trust-anchor-props-builder id config)

Creates a CfnTrustAnchorProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTrustAnchorProps$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 |
sourceraw docstring

cfn-trust-anchor-source-data-property-builderclj

(cfn-trust-anchor-source-data-property-builder id config)

Creates a CfnTrustAnchor$SourceDataProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTrustAnchor$SourceDataProperty$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 |
sourceraw docstring

cfn-trust-anchor-source-property-builderclj

(cfn-trust-anchor-source-property-builder id config)

Creates a CfnTrustAnchor$SourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTrustAnchor$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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close