Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetProfileResult(val acceptRoleSessionName: Boolean? = null, val attributeMappings: List<ProfileAttributeMapping>? = null, val durationSeconds: Double? = null, val enabled: Boolean? = null, val managedPolicyArns: List<String>? = null, val name: String? = null, val profileArn: String? = null, val profileId: String? = null, val roleArns: List<String>? = null, val sessionPolicy: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
data class GetTrustAnchorResult(val enabled: Boolean? = null, val name: String? = null, val notificationSettings: List<TrustAnchorNotificationSetting>? = null, val source: TrustAnchorSource? = null, val tags: List<Tag>? = null, val trustAnchorArn: String? = null, val trustAnchorId: String? = null)
Link copied to clipboard
data class ProfileAttributeMapping(val certificateField: ProfileCertificateField, val mappingRules: List<ProfileMappingRule>)
Link copied to clipboard
Link copied to clipboard
data class TrustAnchorNotificationSetting(val channel: TrustAnchorNotificationChannel? = null, val enabled: Boolean, val event: TrustAnchorNotificationEvent, val threshold: Double? = null)
Link copied to clipboard
data class TrustAnchorSource(val sourceData: Either<TrustAnchorSourceData0Properties, TrustAnchorSourceData1Properties>? = null, val sourceType: TrustAnchorType? = null)
Link copied to clipboard
Link copied to clipboard