Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere.CfnTrustAnchorPropsMixin.Builder
Packages that use CfnTrustAnchorPropsMixin.Builder
-
Uses of CfnTrustAnchorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere
Methods in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere that return CfnTrustAnchorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTrustAnchorPropsMixin.Builder.create()CfnTrustAnchorPropsMixin.Builder.create(CfnPropertyMixinOptions options) Indicates whether the trust anchor is enabled.CfnTrustAnchorPropsMixin.Builder.enabled(IResolvable enabled) Indicates whether the trust anchor is enabled.The name of the trust anchor.CfnTrustAnchorPropsMixin.Builder.notificationSettings(List<? extends Object> notificationSettings) A list of notification settings to be associated to the trust anchor.CfnTrustAnchorPropsMixin.Builder.notificationSettings(IResolvable notificationSettings) A list of notification settings to be associated to the trust anchor.CfnTrustAnchorPropsMixin.Builder.source(CfnTrustAnchorPropsMixin.SourceProperty source) The trust anchor type and its related certificate data.CfnTrustAnchorPropsMixin.Builder.source(IResolvable source) The trust anchor type and its related certificate data.The tags to attach to the trust anchor.