Interface CfnSAMLProvider.SAMLPrivateKeyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSAMLProvider.SAMLPrivateKeyProperty.Jsii$Proxy
- Enclosing class:
CfnSAMLProvider
@Stability(Stable)
public static interface CfnSAMLProvider.SAMLPrivateKeyProperty
extends software.amazon.jsii.JsiiSerializable
The private key metadata for the SAML provider.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iam.*;
SAMLPrivateKeyProperty sAMLPrivateKeyProperty = SAMLPrivateKeyProperty.builder()
.keyId("keyId")
.timestamp("timestamp")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSAMLProvider.SAMLPrivateKeyPropertystatic final classAn implementation forCfnSAMLProvider.SAMLPrivateKeyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyId
The unique identifier for the SAML private key.- See Also:
-
getTimestamp
The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format, when the private key was uploaded.- See Also:
-
builder
-