Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnPermissionPropsMixin.Builder
Packages that use CfnPermissionPropsMixin.Builder
-
Uses of CfnPermissionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.acmpca
Methods in software.amazon.awscdk.cfnpropertymixins.services.acmpca that return CfnPermissionPropsMixin.BuilderModifier and TypeMethodDescriptionThe private CA actions that can be performed by the designated AWS service.CfnPermissionPropsMixin.Builder.certificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Number (ARN) of the private CA from which the permission was issued.CfnPermissionPropsMixin.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) The Amazon Resource Number (ARN) of the private CA from which the permission was issued.CfnPermissionPropsMixin.Builder.create()CfnPermissionPropsMixin.Builder.create(CfnPropertyMixinOptions options) The AWS service or entity that holds the permission.CfnPermissionPropsMixin.Builder.sourceAccount(String sourceAccount) The ID of the account that assigned the permission.