Uses of Interface
software.amazon.awscdk.services.lambda.LogRetentionRetryOptions
-
Uses of LogRetentionRetryOptions in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement LogRetentionRetryOptionsModifier and TypeClassDescriptionstatic final classAn implementation forLogRetentionRetryOptionsMethods in software.amazon.awscdk.services.lambda that return LogRetentionRetryOptionsModifier and TypeMethodDescriptionLogRetentionRetryOptions.Builder.build()Builds the configured instance.final LogRetentionRetryOptionsDockerImageFunctionProps.Jsii$Proxy.getLogRetentionRetryOptions()default LogRetentionRetryOptionsFunctionOptions.getLogRetentionRetryOptions()When log retention is specified, a custom resource attempts to create the CloudWatch log group.final LogRetentionRetryOptionsFunctionOptions.Jsii$Proxy.getLogRetentionRetryOptions()final LogRetentionRetryOptionsFunctionProps.Jsii$Proxy.getLogRetentionRetryOptions()final LogRetentionRetryOptionsSingletonFunctionProps.Jsii$Proxy.getLogRetentionRetryOptions()Methods in software.amazon.awscdk.services.lambda with parameters of type LogRetentionRetryOptionsModifier and TypeMethodDescriptionDockerImageFunction.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) When log retention is specified, a custom resource attempts to create the CloudWatch log group.DockerImageFunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()Function.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) When log retention is specified, a custom resource attempts to create the CloudWatch log group.FunctionOptions.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()FunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()SingletonFunction.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) When log retention is specified, a custom resource attempts to create the CloudWatch log group.SingletonFunctionProps.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions) Sets the value ofFunctionOptions.getLogRetentionRetryOptions()