AWS Native v0.53.0, Mar 14 23
AWS Native v0.53.0, Mar 14 23
aws-native.cloudfront.getPublicKey
Resource Type definition for AWS::CloudFront::PublicKey
Using getPublicKey
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPublicKey(args: GetPublicKeyArgs, opts?: InvokeOptions): Promise<GetPublicKeyResult>
function getPublicKeyOutput(args: GetPublicKeyOutputArgs, opts?: InvokeOptions): Output<GetPublicKeyResult>
def get_public_key(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPublicKeyResult
def get_public_key_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPublicKeyResult]
func LookupPublicKey(ctx *Context, args *LookupPublicKeyArgs, opts ...InvokeOption) (*LookupPublicKeyResult, error)
func LookupPublicKeyOutput(ctx *Context, args *LookupPublicKeyOutputArgs, opts ...InvokeOption) LookupPublicKeyResultOutput
> Note: This function is named LookupPublicKey
in the Go SDK.
public static class GetPublicKey
{
public static Task<GetPublicKeyResult> InvokeAsync(GetPublicKeyArgs args, InvokeOptions? opts = null)
public static Output<GetPublicKeyResult> Invoke(GetPublicKeyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPublicKeyResult> getPublicKey(GetPublicKeyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:cloudfront:getPublicKey
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getPublicKey Result
The following output properties are available:
- Created
Time string - Id string
- Public
Key PublicConfig Key Config
- created
Time String - id String
- public
Key PublicConfig Key Config
- created
Time string - id string
- public
Key PublicConfig Key Config
- created
Time String - id String
- public
Key Property MapConfig
Supporting Types
PublicKeyConfig
- Caller
Reference string - Encoded
Key string - Name string
- Comment string
- Caller
Reference string - Encoded
Key string - Name string
- Comment string
- caller
Reference String - encoded
Key String - name String
- comment String
- caller
Reference string - encoded
Key string - name string
- comment string
- caller_
reference str - encoded_
key str - name str
- comment str
- caller
Reference String - encoded
Key String - name String
- comment String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0