get static method
EncryptionControl
get(
- String name,
- Input<
String> id, { - EncryptionControlState? state,
- CustomResourceOptions? options,
Gets an existing EncryptionControl resource's state with the given name and id.
Implementation
static EncryptionControl get(
String name,
pulumi.Input<String> id, {
EncryptionControlState? state,
pulumi.CustomResourceOptions? options,
}) {
return EncryptionControl._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}